mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add armake building to CircleCI
This commit is contained in:
parent
7df35808b6
commit
c0f205fb8e
11
circle.yml
11
circle.yml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user