mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 03:30:50 +00:00
appveyor: fullpath to binaries
This commit is contained in:
parent
85de668d1a
commit
6e1b9549fc
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ install:
|
|||
|
||||
before_build:
|
||||
- set Path=c:\mingw64\bin;%Path%
|
||||
- i686-w64-mingw32-gcc --version
|
||||
- mingw32-make --version
|
||||
- c:\mingw64\bin\i686-w64-mingw32-gcc --version
|
||||
- c:\mingw64\bin\mingw32-make --version
|
||||
|
||||
build_script:
|
||||
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1
|
||||
|
|
Loading…
Reference in a new issue