]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed "mingw32" AppVeyor target
authorPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 10 Feb 2017 10:01:52 +0000 (11:01 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Fri, 10 Feb 2017 10:01:52 +0000 (11:01 +0100)
appveyor.yml

index bfdbfe6c0ab5f46bec3a5a3ff579247ec8c02d85..950a2983bdc0d446607269757a6f5ee73bbc3bda 100644 (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"