Flip back ERRORMODE=1 for AppVeyor and CircleCI

This commit is contained in:
mazmazz 2019-01-02 14:41:38 -05:00
parent 18b2f91aee
commit 8c1b062352
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
- run:
name: Compile
command: make -C src LINUX=1 -k #ERRORMODE=1 -k
command: make -C src LINUX=1 ERRORMODE=1 -k
- store_artifacts:
path: /root/SRB2/bin/Linux/Release/
destination: bin

View File

@ -98,7 +98,7 @@ before_build:
build_script:
- cmd: mingw32-make.exe %SRB2_MFLAGS% clean
- cmd: mingw32-make.exe %SRB2_MFLAGS% -k # ERRORMODE=1 -k
- cmd: mingw32-make.exe %SRB2_MFLAGS% ERRORMODE=1 -k
after_build:
- if [%X86_64%] == [1] (