mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-29 15:43:58 +00:00
Check also pip version
This commit is contained in:
parent
827f036cf1
commit
957871e459
@ -15,9 +15,10 @@ jobs:
|
||||
echo "Today is $(date +"%Y-%m-%d %T")"
|
||||
|
||||
- run:
|
||||
name: Installed python version
|
||||
name: Installed python and pip version
|
||||
command: |
|
||||
python3 -V
|
||||
pip3 -V
|
||||
|
||||
# - restore_cache:
|
||||
# name: Restore Yarn Package Cache
|
||||
@ -48,11 +49,11 @@ jobs:
|
||||
- run:
|
||||
name: Building gns3server
|
||||
command: |
|
||||
python -V
|
||||
pip install -r scripts/requirements.txt
|
||||
python scripts/build.py download
|
||||
python scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||
python scripts/build.py validate -b dist
|
||||
python3 -V
|
||||
pip3 install -r scripts/requirements.txt
|
||||
python3 scripts/build.py download
|
||||
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||
python3 scripts/build.py validate -b dist
|
||||
|
||||
- run:
|
||||
name: Dist project
|
||||
|
Loading…
x
Reference in New Issue
Block a user