mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
appveyor: move set to before_build, and drop gcc and make version
This commit is contained in:
parent
113a3cd6fc
commit
85de668d1a
1 changed files with 5 additions and 1 deletions
|
@ -5,8 +5,12 @@ install:
|
|||
- set CC=i686-w64-mingw32-gcc
|
||||
- set WINDRES=windres
|
||||
|
||||
before_build:
|
||||
- set Path=c:\mingw64\bin;%Path%
|
||||
- i686-w64-mingw32-gcc --version
|
||||
- mingw32-make --version
|
||||
|
||||
build_script:
|
||||
- set Path=C:\mingw64\bin;%Path%
|
||||
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1
|
||||
|
||||
on_finish:
|
||||
|
|
Loading…
Reference in a new issue