mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
build-ci.sh fix
This commit is contained in:
parent
e2ad1eaea1
commit
67e1b7c67a
1 changed files with 2 additions and 2 deletions
|
|
@ -9,15 +9,15 @@ echo " --> This build got triggered for version $1"
|
|||
echo " --> Assumed gitlab-project: ${CI_PROJECT_ROOT_NAMESPACE:+x}"
|
||||
|
||||
[ -z "${CI_PROJECT_ROOT_NAMESPACE:+x}" ] && \
|
||||
echo "Redefinig CI_PROJECT_ROOT_NAMESPACE=cryptoadvance " && \
|
||||
echo "Redefining CI_PROJECT_ROOT_NAMESPACE=cryptoadvance " && \
|
||||
export CI_PROJECT_ROOT_NAMESPACE=cryptoadvance
|
||||
|
||||
echo $1 > version.txt
|
||||
echo " --> Installing (build)-requirements"
|
||||
pip3 install -r requirements.txt --require-hashes
|
||||
cd ..
|
||||
pip3 install -e .
|
||||
python3 setup.py install
|
||||
pip3 install -e .
|
||||
cd pyinstaller
|
||||
|
||||
echo " --> Cleaning up"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue