From c20c9804869648e7c44cac645eeff1d4df8d2b68 Mon Sep 17 00:00:00 2001 From: jonpas Date: Tue, 6 Feb 2018 15:20:40 +0100 Subject: [PATCH] Remove armake from CircleCI for now --- circle.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/circle.yml b/circle.yml index e52fa54ef1..479dab2621 100644 --- a/circle.yml +++ b/circle.yml @@ -1,18 +1,10 @@ version: 2 -dependencies: - pre: - - sudo add-apt-repository ppa:koffeinflummi/armake; sudo apt-get update; sudo apt-get install armake jobs: build: docker: - image: python:3-alpine steps: - checkout - - run: - name: Build with armake - command: armake --version - #make --version - #make -j 3 - run: name: Validate SQF and Config style command: python tools/sqf_validator.py && python tools/config_style_checker.py