]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
windows ci : removed fullbench-dll from appveyor
authorYann Collet <cyan@fb.com>
Wed, 27 Dec 2017 18:27:54 +0000 (19:27 +0100)
committerYann Collet <cyan@fb.com>
Wed, 27 Dec 2017 18:27:54 +0000 (19:27 +0100)
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

index 0f9142b4715ae7aa8d832842c7c71e2c214c6b16..7d6ca99bbc11766e7b302406abfd8337e4558c69 100644 (file)
@@ -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"