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"