mirror of
https://github.com/curl/curl.git
synced 2026-05-30 02:47:28 +03:00
parent
069a9654ca
commit
7bc653a1d6
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ set -eux; [ -n "${BASH:-}${ZSH_NAME:-}" ] && set -o pipefail
|
|||
# build
|
||||
|
||||
if [ "${APPVEYOR_BUILD_WORKER_IMAGE}" = 'Visual Studio 2022' ]; then
|
||||
openssl_root_win='C:/OpenSSL-v32-Win64'
|
||||
openssl_root_win='C:/OpenSSL-v33-Win64'
|
||||
else
|
||||
openssl_root_win='C:/OpenSSL-v111-Win64'
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ environment:
|
|||
HTTP_ONLY: 'OFF'
|
||||
SHARED: 'ON'
|
||||
EXAMPLES: 'ON'
|
||||
- job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.2, Build-tests'
|
||||
- job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.3, Build-tests'
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022'
|
||||
BUILD_SYSTEM: CMake
|
||||
PRJ_GEN: 'Visual Studio 17 2022'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue