Skip to content

Commit

Permalink
Dummy out ERRORMODE from appveyor; update to Kart version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mazmazz committed Dec 30, 2018
1 parent 9272557 commit 2f743f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1.20.{branch}-{build}
version: 1.0.2.{branch}-{build}
os: MinGW

environment:
Expand Down Expand Up @@ -98,7 +98,7 @@ before_build:

build_script:
- 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:
- if [%X86_64%] == [1] (
Expand Down

0 comments on commit 2f743f7

Please sign in to comment.