CCI: 9.4.0 image

This commit is contained in:
ziajka 2018-07-05 07:53:46 +02:00
parent 2374be1d83
commit 3ee8883d13

View File

@ -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