appveyor: move set to before_build, and drop gcc and make version

This commit is contained in:
Alam Ed Arias 2016-01-27 01:21:29 -05:00
parent 113a3cd6fc
commit 85de668d1a
1 changed files with 5 additions and 1 deletions

View File

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