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