]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: add non-debug plain autotools-based build
authorMarc Hoersken <info@marc-hoersken.de>
Sat, 30 May 2020 07:46:04 +0000 (09:46 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Sat, 30 May 2020 07:46:04 +0000 (09:46 +0200)
This should enable us to catch linking issues with the
testsuite early, like the one described/fixed in #5475.

Reviewed-by: Daniel Stenberg
Reviewed-by: Marcel Raad
Closes #5477

appveyor.yml

index 5bc485a79ac470e8cf8d1da659689bf42f64212e..3d7fa797197d1e7c63a40de112a372b27382c080 100644 (file)
@@ -227,6 +227,11 @@ environment:
         TESTING: ON
         DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233"
         CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver"
+      - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
+        BUILD_SYSTEM: autotools
+        TESTING: ON
+        DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233"
+        CONFIG_ARGS: "--enable-warnings --enable-werror"
 
 install:
     - set "PATH=C:\msys64\usr\bin;%PATH%"