mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +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…
Reference in a new issue