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
19597f04
Commit
19597f04
authored
Sep 28, 2022
by
BO ZHANG
🏀
Browse files
updated installation script
parent
04777c47
Pipeline
#163
passed with stages
in 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pipelines/build.sh
View file @
19597f04
...
@@ -29,16 +29,16 @@ if [ -f "requirements.txt" ]; then
...
@@ -29,16 +29,16 @@ if [ -f "requirements.txt" ]; then
fi
fi
echo
"===================== install package ====================="
echo
"===================== install package ====================="
if
[
-f
"install_local.sh"
]
;
then
#
if [ -f "install_local.sh" ]; then
sh install_local.sh
#
sh install_local.sh
else
#
else
# default install script
# default install script
rm
-rf
dist
#python setup.py install
#python setup.py build_ext --inplace
rm
-rf
dist
#
python setup.py
install
python setup.py
build_ext
--inplace
python setup.py sdist
python setup.py sdist
pip
install
dist/
*
.tar.gz
--force-reinstall
--no-deps
pip
install
dist/
*
.tar.gz
--force-reinstall
--no-deps
fi
#
fi
echo
"===================== show package info ====================="
echo
"===================== show package info ====================="
echo
" > pip show
$JOB_NAME
"
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