mirror of
https://github.com/curl/curl.git
synced 2026-05-19 11:36:21 +03:00
appveyor: use VS 2017 image for the autotools builds
The newer images don't have all required MSYS2 packages. Fixes https://github.com/curl/curl/issues/8248 Closes https://github.com/curl/curl/pull/8265
This commit is contained in:
parent
51df1c8e3e
commit
c07a71e74f
1 changed files with 3 additions and 3 deletions
|
|
@ -228,17 +228,17 @@ environment:
|
|||
TESTING: OFF
|
||||
VC_VERSION: VC15
|
||||
# autotools-based builds (NOT mingw cross-compiling, but msys2 native)
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||
BUILD_SYSTEM: autotools
|
||||
TESTING: ON
|
||||
DISABLED_TESTS: "!19 ~1056 !1233"
|
||||
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy --with-schannel"
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||
BUILD_SYSTEM: autotools
|
||||
TESTING: ON
|
||||
DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233"
|
||||
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --with-schannel"
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||
BUILD_SYSTEM: autotools
|
||||
TESTING: ON
|
||||
DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue