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