Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
98591406
Commit
98591406
authored
Sep 22, 2022
by
BO ZHANG
🏀
Browse files
tweaks in build script
parent
ab18dbb6
Pipeline
#153
passed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pipelines/build.sh
View file @
98591406
...
...
@@ -21,11 +21,15 @@ which pip
echo
" > python --version"
python
--version
echo
"===================== i
s
ntall requirements ====================="
echo
"===================== in
s
tall requirements ====================="
pip
install
-r
requirements.txt
echo
"===================== install package ====================="
sh install_local.sh
rm
-rf
dist
#python setup.py build_ext --inplace
#python setup.py install
python setup.py sdist
pip
install
dist/
*
.tar.gz
--force-reinstall
echo
"===================== show package info ====================="
echo
" > pip show
$JOB_NAME
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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