mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-02 04:34:18 +00:00
Merge pull request #78 from GNS3/fix-circle-ci
Python3 as default on CircleCI, Ref. #77
This commit is contained in:
commit
787768ed7e
@ -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