Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-spline-conv
Commits
4d6c6467
"vscode:/vscode.git/clone" did not exist on "671261c39c04a1999c75f9a9a04ffa8ebf1d095d"
Commit
4d6c6467
authored
Sep 02, 2025
by
limm
Browse files
Merge branch 'add_script' into '1.2.2-fastpt'
add scripts for jenkins automation See merge request
!2
parents
ebb56913
a44a1a3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
build.sh
build.sh
+5
-0
test.sh
test.sh
+14
-0
No files found.
build.sh
0 → 100755
View file @
4d6c6467
#!/bin/bash
export
FORCE_CUDA
=
1
source
/usr/local/bin/fastpt
-C
python setup.py bdist_wheel
pip
install
dist/
*
.whl
test.sh
0 → 100755
View file @
4d6c6467
#!/bin/bash
if
command
-v
pytest &> /dev/null
;
then
echo
"pytest 已安装,版本:
$(
pytest
--version
)
"
# 跳过安装
else
echo
"pytest 未安装,正在安装..."
# 使用 pip 安装 (最常见)
pip
install
pytest
fi
pytest
-vs
./test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment