mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Dummy out ERRORMODE from appveyor; update to Kart version 1.0.2
This commit is contained in:
parent
9272557241
commit
2f743f722a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
version: 2.1.20.{branch}-{build}
|
version: 1.0.2.{branch}-{build}
|
||||||
os: MinGW
|
os: MinGW
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
@ -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% ERRORMODE=1 -k
|
- cmd: mingw32-make.exe %SRB2_MFLAGS% -k # ERRORMODE=1 -k
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- if [%X86_64%] == [1] (
|
- if [%X86_64%] == [1] (
|
||||||
|
|
Loading…
Reference in a new issue