fixed "mingw32" AppVeyor target

This commit is contained in:
Przemyslaw Skibinski 2017-02-10 11:01:52 +01:00
parent 429e13099a
commit bdadb82d5d

View File

@ -5,7 +5,7 @@ environment:
MAKE_PARAMS: '"make test && make lib && make -C tests test-symbols fullbench-dll fullbench-lib"'
PLATFORM: "mingw64"
- COMPILER: "gcc"
MAKE_PARAMS: "make test"
MAKE_PARAMS: '"make test"'
PLATFORM: "mingw32"
- COMPILER: "visual"
CONFIGURATION: "Debug"