appveyor: fullpath to binaries

This commit is contained in:
Alam Ed Arias 2016-01-27 01:24:32 -05:00
parent 85de668d1a
commit 6e1b9549fc
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ install:
before_build:
- set Path=c:\mingw64\bin;%Path%
- i686-w64-mingw32-gcc --version
- mingw32-make --version
- c:\mingw64\bin\i686-w64-mingw32-gcc --version
- c:\mingw64\bin\mingw32-make --version
build_script:
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1