mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 21:11:00 +00:00
appveyor: add both Mingw folders into the PATH
This commit is contained in:
parent
e38329e965
commit
ae4f680888
1 changed files with 3 additions and 5 deletions
|
@ -2,9 +2,7 @@ version: 2.1.16.{branch}-{build}
|
||||||
os: MinGW
|
os: MinGW
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
CC: ccache
|
CC: mingw32-gcc.exe
|
||||||
CCACHE_CC: mingw32-gcc.exe
|
|
||||||
CCACHE_PATH: C:\MinGW\bin
|
|
||||||
WINDRES: windres
|
WINDRES: windres
|
||||||
MINGW_SDK: c:\msys64\mingw32
|
MINGW_SDK: c:\msys64\mingw32
|
||||||
CFLAGS: -Wall -W -Werror
|
CFLAGS: -Wall -W -Werror
|
||||||
|
@ -41,8 +39,8 @@ configuration:
|
||||||
- DD
|
- DD
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- set PATH=%MINGW_SDK%\bin;%PATH%
|
- set PATH=%MINGW_SDK%\bin;C:\Mingw\bin;%PATH%
|
||||||
- C:\MinGW\bin\mingw32-gcc.exe --version
|
- mingw32-gcc.exe --version
|
||||||
- mingw32-make --version
|
- mingw32-make --version
|
||||||
- nasm -v
|
- nasm -v
|
||||||
- upx -V
|
- upx -V
|
||||||
|
|
Loading…
Reference in a new issue