appveyor: call up Mingw GCC directly

This commit is contained in:
Alam Ed Arias 2016-09-06 20:14:01 -04:00
parent f5ae094e5b
commit d79804c119
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ os: MinGW
environment: environment:
CC: ccache CC: ccache
CCACHE_CC: mingw32-gcc CCACHE_CC: C:\MinGW\bin\mingw32-gcc.exe
WINDRES: windres WINDRES: windres
MINGW_SDK: c:\MinGW MINGW_SDK: c:\MinGW
CFLAGS: -Wall -W -Werror CFLAGS: -Wall -W -Werror
@ -41,7 +41,7 @@ configuration:
before_build: before_build:
- set PATH=%MINGW_SDK%\bin;%PATH% - set PATH=%MINGW_SDK%\bin;%PATH%
- mingw32-gcc --version - C:\MinGW\bin\mingw32-gcc.exe --version
- mingw32-make --version - mingw32-make --version
- nasm -v - nasm -v
- upx -V - upx -V