mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Dummy out ERRORMODE=1 from circleci
This commit is contained in:
parent
e2bd044425
commit
e52eba698a
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…
Add table
Reference in a new issue