mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-20 05:27:56 +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 --env
|
||||
brew --config
|
||||
brew install python3
|
||||
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
|
||||
brew upgrade python
|
||||
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
|
||||
|
||||
- run:
|
||||
name: Dist project
|
||||
|
Loading…
Reference in New Issue
Block a user