appveyor: add both Mingw folders into the PATH

This commit is contained in:
Alam Ed Arias 2016-09-06 21:23:28 -04:00
parent e38329e965
commit ae4f680888
1 changed files with 3 additions and 5 deletions

View File

@ -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