mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 15:31:03 +00:00
CircleCI: error on warnings
This commit is contained in:
parent
c5d15ad597
commit
ade354c27d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
# command: wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O /root/srb2_cache/SRB2-v2115-assets-2.7z
|
||||
- run:
|
||||
name: Compile
|
||||
command: make -C src LINUX=1 GCC49=1 WARNINGMODE=1 -k
|
||||
command: make -C src LINUX=1 GCC49=1 ERRORMODE=1 -k
|
||||
- store_artifacts:
|
||||
path: /root/SRB2/bin/Linux/Release/
|
||||
destination: bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue