From: Przemyslaw Skibinski Date: Thu, 15 Dec 2016 11:31:18 +0000 (+0100) Subject: appveyor.yml: fixed tests of fullbench-dll fullbench-lib X-Git-Tag: v1.1.3^2~44^2^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06b3f017afce3947919fc74b1938632d8a635db6;p=thirdparty%2Fzstd.git appveyor.yml: fixed tests of fullbench-dll fullbench-lib --- 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"