From: Yann Collet Date: Wed, 27 Dec 2017 18:27:54 +0000 (+0100) Subject: windows ci : removed fullbench-dll from appveyor X-Git-Tag: v1.3.4~1^2~93^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63aebdf9ea7a04e3965389fcdbfe5bfb94a0cc12;p=thirdparty%2Fzstd.git windows ci : removed fullbench-dll from appveyor the test is broken previous version was too Windows-specific. It needs to be either refactored to be cross-platform, or be removed if it doesn't bring any value (which is indeed unclear). --- diff --git a/appveyor.yml b/appveyor.yml index 0f9142b47..7d6ca99bb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ - COMPILER: "gcc" HOST: "mingw" PLATFORM: "x64" - SCRIPT: "make allzstd MOREFLAGS=-static && make -C tests test-symbols fullbench-dll fullbench-lib" + SCRIPT: "make allzstd MOREFLAGS=-static && make -C tests test-symbols fullbench-lib" ARTIFACT: "true" BUILD: "true" - COMPILER: "gcc"