mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Flip back ERRORMODE=1 for AppVeyor and CircleCI
This commit is contained in:
parent
18b2f91aee
commit
8c1b062352
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
|
- v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
|
||||||
- run:
|
- run:
|
||||||
name: Compile
|
name: Compile
|
||||||
command: make -C src LINUX=1 -k #ERRORMODE=1 -k
|
command: make -C src LINUX=1 ERRORMODE=1 -k
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /root/SRB2/bin/Linux/Release/
|
path: /root/SRB2/bin/Linux/Release/
|
||||||
destination: bin
|
destination: bin
|
||||||
|
|
|
@ -98,7 +98,7 @@ before_build:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: mingw32-make.exe %SRB2_MFLAGS% clean
|
- 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:
|
after_build:
|
||||||
- if [%X86_64%] == [1] (
|
- if [%X86_64%] == [1] (
|
||||||
|
|
Loading…
Reference in a new issue