From: Przemyslaw Skibinski Date: Fri, 10 Feb 2017 10:01:52 +0000 (+0100) Subject: fixed "mingw32" AppVeyor target X-Git-Tag: v1.1.4~1^2~72^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdadb82d5d0f189992171b400f612ae484cee1ea;p=thirdparty%2Fzstd.git fixed "mingw32" AppVeyor target --- diff --git a/appveyor.yml b/appveyor.yml index bfdbfe6c0..950a2983b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"