mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
ci: adapt to configure requiring an explicit TLS choice
This commit is contained in:
parent
ee36e86ce8
commit
e052bbcd57
7 changed files with 85 additions and 80 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
|
|
@ -232,17 +232,17 @@ environment:
|
|||
BUILD_SYSTEM: autotools
|
||||
TESTING: ON
|
||||
DISABLED_TESTS: "!19 ~1056 !1233"
|
||||
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy"
|
||||
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --disable-proxy --with-schannel"
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
|
||||
BUILD_SYSTEM: autotools
|
||||
TESTING: ON
|
||||
DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233"
|
||||
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver"
|
||||
CONFIG_ARGS: "--enable-debug --enable-werror --disable-threaded-resolver --with-schannel"
|
||||
- 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"
|
||||
CONFIG_ARGS: "--enable-warnings --enable-werror --with-schannel"
|
||||
|
||||
install:
|
||||
- set "PATH=C:\msys64\usr\bin;%PATH%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue