appveyor: full path to make binary and no asm or png support

This commit is contained in:
Alam Ed Arias 2016-01-26 23:56:22 -05:00
parent 3db1a1fe9f
commit b8cafea40a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
version: 1.0.{build}
os: MinGW
build_script:
- cmd: make -C src MINGW=1
- cmd: C:\MinGW\bin\make.exe -C src MINGW=1 NOASM=1 NOPNG=1