From 06b3f017afce3947919fc74b1938632d8a635db6 Mon Sep 17 00:00:00 2001 From: Przemyslaw Skibinski Date: Thu, 15 Dec 2016 12:31:18 +0100 Subject: [PATCH] appveyor.yml: fixed tests of fullbench-dll fullbench-lib --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 618f76d3c..5dcbc4ba8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"