mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove armake from CircleCI for now
This commit is contained in:
parent
a28b2af05c
commit
c20c980486
@ -1,18 +1,10 @@
|
|||||||
version: 2
|
version: 2
|
||||||
dependencies:
|
|
||||||
pre:
|
|
||||||
- sudo add-apt-repository ppa:koffeinflummi/armake; sudo apt-get update; sudo apt-get install armake
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: python:3-alpine
|
- image: python:3-alpine
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: Build with armake
|
|
||||||
command: armake --version
|
|
||||||
#make --version
|
|
||||||
#make -j 3
|
|
||||||
- run:
|
- run:
|
||||||
name: Validate SQF and Config style
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user