Add armake building to CircleCI

This commit is contained in:
jonpas 2018-02-06 15:00:17 +01:00
parent 7df35808b6
commit c0f205fb8e

View File

@ -6,7 +6,16 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
name: Validate SQF And Config style name: Build with armake
command: |
sudo add-apt-repository ppa:koffeinflummi/armake -y
sudo apt-get update -qq
sudo apt-get install armake -y
make --version
armake --version
make -j 3
- run:
name: Validate SQF and Config style
command: python tools/sqf_validator.py && python tools/config_style_checker.py command: python tools/sqf_validator.py && python tools/config_style_checker.py
deployment: deployment:
docker: docker: