diff --git a/appveyor.yml b/appveyor.yml index d96d3e59bb..1f3ec98512 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,13 +35,15 @@ environment: OPENSSL: 'OFF' DEBUG: 'ON' SHARED: 'OFF' + HTTP_ONLY: 'OFF' TFLAGS: 'skiprun' EXAMPLES: 'OFF' + matrix: # generated CMake-based Visual Studio builds - - job_name: 'CMake, VS2008, Release, x86, Schannel, Build-tests' + - job_name: 'CMake, VS2008, Release, x86, Schannel, Shared, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 9 2008' @@ -49,19 +51,17 @@ environment: DEBUG: 'OFF' SCHANNEL: 'ON' ENABLE_UNICODE: 'OFF' - HTTP_ONLY: 'OFF' SHARED: 'ON' - - job_name: 'CMake, VS2008, Debug, x86, Schannel, Build-tests & examples' + - job_name: 'CMake, VS2008, Debug, x86, Schannel, Shared, Build-tests & examples' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 9 2008' PRJ_CFG: Debug SCHANNEL: 'ON' ENABLE_UNICODE: 'OFF' - HTTP_ONLY: 'OFF' SHARED: 'ON' EXAMPLES: 'ON' - - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.3, Build-tests' + - job_name: 'CMake, VS2022, Release, x64, OpenSSL 3.3, Shared, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 17 2022' @@ -70,7 +70,6 @@ environment: OPENSSL: 'ON' SCHANNEL: 'OFF' ENABLE_UNICODE: 'OFF' - HTTP_ONLY: 'OFF' SHARED: 'ON' - job_name: 'CMake, VS2022, Release, arm64, Schannel, Static, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' @@ -80,7 +79,6 @@ environment: PRJ_CFG: Release SCHANNEL: 'ON' ENABLE_UNICODE: 'OFF' - HTTP_ONLY: 'OFF' DEBUG: 'OFF' CURLDEBUG: 'ON' - job_name: 'CMake, VS2010, Debug, x64, Schannel, Static, Build-tests & examples' @@ -90,7 +88,6 @@ environment: PRJ_CFG: Debug SCHANNEL: 'ON' ENABLE_UNICODE: 'OFF' - HTTP_ONLY: 'OFF' EXAMPLES: 'ON' - job_name: 'CMake, VS2022, Debug, x64, Schannel, Static, Unicode, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' @@ -100,8 +97,7 @@ environment: PRJ_CFG: Debug SCHANNEL: 'ON' ENABLE_UNICODE: 'ON' - HTTP_ONLY: 'OFF' - - job_name: 'CMake, VS2022, Release, x64, Schannel, Shared, Unicode, DEBUGBULID, no-CURLDEBUG, Build-tests' + - job_name: 'CMake, VS2022, Release, x64, Schannel, Shared, Unicode, DEBUGBUILD, no-CURLDEBUG, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' BUILD_SYSTEM: CMake PRJ_GEN: 'Visual Studio 17 2022' @@ -109,7 +105,6 @@ environment: PRJ_CFG: Release SCHANNEL: 'ON' ENABLE_UNICODE: 'ON' - HTTP_ONLY: 'OFF' SHARED: 'ON' CURLDEBUG: 'OFF' - job_name: 'CMake, VS2022, Debug, x64, no SSL, Static, Build-tests' @@ -120,7 +115,6 @@ environment: PRJ_CFG: Debug SCHANNEL: 'OFF' ENABLE_UNICODE: 'OFF' - HTTP_ONLY: 'OFF' - job_name: 'CMake, VS2022, Debug, x64, no SSL, Static, HTTP only, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' BUILD_SYSTEM: CMake