From 63aebdf9ea7a04e3965389fcdbfe5bfb94a0cc12 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 27 Dec 2017 19:27:54 +0100 Subject: [PATCH] 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). --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2