From 3ee8883d13404cda7ad274c3ff9c268071d7020a Mon Sep 17 00:00:00 2001 From: ziajka Date: Thu, 5 Jul 2018 07:53:46 +0200 Subject: [PATCH] CCI: 9.4.0 image --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 83c8d380..02b07b45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: macos: - xcode: "9.3.0" + xcode: "9.4.0" steps: - checkout @@ -42,11 +42,11 @@ jobs: - run: name: Building gns3server command: | - python3 -V - 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 + 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