appveyor.yml: fixed tests of fullbench-dll fullbench-lib

This commit is contained in:
Przemyslaw Skibinski 2016-12-15 12:31:18 +01:00
parent 0a1caeef6d
commit 06b3f017af

View File

@ -2,7 +2,7 @@ version: 1.0.{build}
environment:
matrix:
- COMPILER: "gcc"
MAKE_PARAMS: "make test && make lib && make -C tests fullbench-dll fullbench-lib"
MAKE_PARAMS: '"make test && make lib && make -C tests fullbench-dll fullbench-lib"'
PLATFORM: "mingw64"
- COMPILER: "gcc"
MAKE_PARAMS: "make test"