mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
appveyor: add non-debug plain autotools-based build
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
This commit is contained in:
parent
5ec3226e06
commit
bbaef1a042
@ -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%"
|
||||
|
Loading…
Reference in New Issue
Block a user