mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 21:31:46 +00:00
Update CircleCI config
This commit is contained in:
parent
e3cbdf8fab
commit
a436ece941
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ jobs:
|
||||||
- /var/cache/apt/archives
|
- /var/cache/apt/archives
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Compile without network support and BLUA
|
name: Compile without network support
|
||||||
command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1 NO_LUA=1
|
command: make -C src LINUX=1 ERRORMODE=1 -k NONET=1
|
||||||
- run:
|
- run:
|
||||||
name: wipe build
|
name: wipe build
|
||||||
command: make -C src LINUX=1 cleandep
|
command: make -C src LINUX=1 cleandep
|
||||||
|
|
Loading…
Reference in a new issue