mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Disable armake building on CircleCI until image with tools is used
This commit is contained in:
parent
03f4afd62a
commit
8016f3de1d
10
circle.yml
10
circle.yml
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
dependencies:
|
||||
pre:
|
||||
- sudo add-apt-repository ppa:koffeinflummi/armake; sudo apt-get update; sudo apt-get install armake
|
||||
#dependencies:
|
||||
# pre:
|
||||
# - sudo add-apt-repository ppa:koffeinflummi/armake; sudo apt-get update; sudo apt-get install armake
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
@ -11,9 +11,9 @@ jobs:
|
||||
- run:
|
||||
name: Build with armake
|
||||
command: |
|
||||
make --version
|
||||
# make --version
|
||||
armake --version
|
||||
make -j 3
|
||||
# make -j 3
|
||||
- run:
|
||||
name: Validate SQF and Config style
|
||||
command: python tools/sqf_validator.py && python tools/config_style_checker.py
|
||||
|
Loading…
Reference in New Issue
Block a user