mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-18 15:32:10 +00:00
Dummy out ERRORMODE=1 from circleci
This commit is contained in:
parent
7f3549256b
commit
07abd30183
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ jobs:
|
|||
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
|
||||
- run:
|
||||
name: Compile
|
||||
command: make -C src LINUX=1 ERRORMODE=1 -k
|
||||
command: make -C src LINUX=1 -k #ERRORMODE=1 -k
|
||||
- store_artifacts:
|
||||
path: /root/SRB2/bin/Linux/Release/
|
||||
destination: bin
|
||||
|
|
Loading…
Reference in a new issue