diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-05-30 09:46:04 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-05-30 09:46:04 +0200 |
commit | bbaef1a042b919f6ff1c8d3ac1058f5457170f3e (patch) | |
tree | 26940ef12ed2eb5e625958f14dd5936cfdc340b9 /appveyor.yml | |
parent | 5ec3226e06c9739cd1656f3075115346d7d31675 (diff) | |
download | curl-bbaef1a042b919f6ff1c8d3ac1058f5457170f3e.tar.gz |
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
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5bc485a79..3d7fa7971 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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%" |