mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 14:30:43 +00:00
Python3 as default on CircleCI, Ref. #77
This commit is contained in:
parent
66a10e2638
commit
97b0879b34
@ -34,11 +34,12 @@ jobs:
|
|||||||
brew update
|
brew update
|
||||||
brew --env
|
brew --env
|
||||||
brew --config
|
brew --config
|
||||||
brew install python3
|
brew upgrade python
|
||||||
pip3 install -r scripts/requirements.txt
|
python -V
|
||||||
python3 scripts/build.py download
|
pip install -r scripts/requirements.txt
|
||||||
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
python scripts/build.py download
|
||||||
python3 scripts/build.py validate -b dist
|
python scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||||
|
python scripts/build.py validate -b dist
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Dist project
|
name: Dist project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user