mirror of
https://github.com/curl/curl.git
synced 2025-09-03 19:05:01 +03:00
appveyor: drop testing with OpenSSL 1.0.2
Cherry-picked from #18330 Closes #18337
This commit is contained in:
parent
b63cce7fee
commit
12a10ca77c
|
@ -37,8 +37,6 @@ if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then
|
||||||
openssl_root_win="C:/OpenSSL-v34${openssl_suffix}"
|
openssl_root_win="C:/OpenSSL-v34${openssl_suffix}"
|
||||||
elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2019' ]; then
|
elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2019' ]; then
|
||||||
openssl_root_win="C:/OpenSSL-v11${openssl_suffix}"
|
openssl_root_win="C:/OpenSSL-v11${openssl_suffix}"
|
||||||
elif [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2013' ]; then
|
|
||||||
openssl_root_win="C:/OpenSSL${openssl_suffix}"
|
|
||||||
else
|
else
|
||||||
openssl_root_win="C:/OpenSSL-v111${openssl_suffix}"
|
openssl_root_win="C:/OpenSSL-v111${openssl_suffix}"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -61,13 +61,12 @@ environment:
|
||||||
SCHANNEL: 'ON'
|
SCHANNEL: 'ON'
|
||||||
DEBUG: 'OFF'
|
DEBUG: 'OFF'
|
||||||
CURLDEBUG: 'ON'
|
CURLDEBUG: 'ON'
|
||||||
- job_name: 'CMake, VS2010, Debug, x64, OpenSSL 1.0.2 + Schannel, Shared, Build-tests & examples, XP'
|
- job_name: 'CMake, VS2010, Debug, x64, Schannel, Shared, Build-tests & examples, XP'
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2013'
|
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2013'
|
||||||
PRJ_GEN: 'Visual Studio 10 2010'
|
PRJ_GEN: 'Visual Studio 10 2010'
|
||||||
TARGET: '-A x64'
|
TARGET: '-A x64'
|
||||||
WINTARGET: 0x0501 # Windows XP
|
WINTARGET: 0x0501 # Windows XP
|
||||||
PRJ_CFG: Debug
|
PRJ_CFG: Debug
|
||||||
OPENSSL: 'ON'
|
|
||||||
SCHANNEL: 'ON'
|
SCHANNEL: 'ON'
|
||||||
SHARED: 'ON'
|
SHARED: 'ON'
|
||||||
EXAMPLES: 'ON'
|
EXAMPLES: 'ON'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user