ACE3/circle.yml
Thomas Kooi 10f19997bd
Armake install (#6356)
Add building ace3 on CircleCI using armake. It will build it on every commit / PR
2018-05-20 11:07:00 +02:00

28 lines
548 B
YAML

version: 2
jobs:
build:
docker:
- image: acemod/armake
steps:
- checkout
- run:
name: Validate SQF and Config style
command: python tools/sqf_validator.py && python tools/config_style_checker.py
- run:
name: Build
command: |
make -j 2
deployment:
docker:
- image: acemod/armake
branch: master
requires:
- build
steps:
- checkout
- deploy:
name: Deploy
command: |
python3 tools/deploy.py