From: Nick Terrell Date: Fri, 30 Jun 2017 23:31:11 +0000 (-0700) Subject: [pzstd] Remove appveyor tests X-Git-Tag: v1.3.0~1^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F744%2Fhead;p=thirdparty%2Fzstd.git [pzstd] Remove appveyor tests The appveyor tests sometimes hang, and pzstd is now deprecated in favor of zstdmt, so delete the tests. --- diff --git a/appveyor.yml b/appveyor.yml index 1f8b8cf8a..1815563e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,12 +30,6 @@ SCRIPT: "" TEST: "cmake" - - COMPILER: "gcc" - HOST: "mingw" - PLATFORM: "x64" - SCRIPT: "" - TEST: "pzstd" - - COMPILER: "visual" HOST: "visual" PLATFORM: "x64" @@ -157,13 +151,6 @@ cd ..\..\.. && make clean ) - - if [%TEST%]==[pzstd] ( - make -C contrib\pzstd googletest-mingw64 && - make -C contrib\pzstd pzstd.exe && - make -C contrib\pzstd tests && - make -C contrib\pzstd check && - make -C contrib\pzstd clean - ) - SET "FUZZERTEST=-T30s" - if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] ( CD tests &&