mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-29 15:43:58 +00:00
CCI: 9.4.0 image
This commit is contained in:
parent
2374be1d83
commit
3ee8883d13
@ -3,7 +3,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
macos:
|
macos:
|
||||||
xcode: "9.3.0"
|
xcode: "9.4.0"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
@ -42,11 +42,11 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Building gns3server
|
name: Building gns3server
|
||||||
command: |
|
command: |
|
||||||
python3 -V
|
python -V
|
||||||
pip3 install -r scripts/requirements.txt
|
pip install -r scripts/requirements.txt
|
||||||
python3 scripts/build.py download
|
python scripts/build.py download
|
||||||
python3 scripts/build.py build_exe -b dist/exe.gns3server -s
|
python scripts/build.py build_exe -b dist/exe.gns3server -s
|
||||||
python3 scripts/build.py validate -b dist
|
python scripts/build.py validate -b dist
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Dist project
|
name: Dist project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user