diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-05-07 06:51:22 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-05-07 06:51:22 +0200 |
commit | 7ae880190126bb5c5a4698f1b290457ea54d78c0 (patch) | |
tree | 364e40c99621f3495a4d720a977392fa64603aeb | |
parent | 4fdb2005a2cbe921cbf58fc3d0fbd4e82f192c8b (diff) | |
download | curl-7ae880190126bb5c5a4698f1b290457ea54d78c0.tar.gz |
appveyor: disable test 1139 instead of ignoring it
Spending time on manpage checking makes no sense
for these builds due to lacking manpage support.
-rw-r--r-- | appveyor.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml index 68e226995..b0a608b69 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,7 +70,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: CMake @@ -82,7 +82,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: CMake @@ -94,7 +94,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: CMake @@ -106,7 +106,7 @@ environment: HTTP_ONLY: ON TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "" # generated CMake-based MSYS Makefiles builds - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" @@ -118,7 +118,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "C:\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k @@ -131,7 +131,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "C:\\mingw-w64\\x86_64-7.2.0-posix-seh-rt_v5-rev1\\mingw64\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k @@ -144,7 +144,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "C:\\mingw-w64\\i686-6.3.0-posix-dwarf-rt_v5-rev1\\mingw32\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k @@ -157,7 +157,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139 !1501" + DISABLED_TESTS: "!1139 !1501" COMPILER_PATH: "C:\\MinGW\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k |