From 43680a50cf289778cba1f20f752ba6a9cb81fd66 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 10 Aug 2026 19:26:15 +0200 Subject: [PATCH] appveyor: sync Debug options in two jobs Also drop `!DEBUGBUILD` from job names, it's redundant now. Follow-up to 5050196dcc74b8369bcfad35d3b0926d0ff96180 #22513 Closes #22535 --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9335da3892..a08285efc5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,9 +39,9 @@ environment: - job_name: 'CM VS2022, Release, x64, OpenSSL 3.5, Shared, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' CMAKE_GENERATOR: 'Visual Studio 17 2022' - CMAKE_GENERATE: '-A x64 -DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON' + CMAKE_GENERATE: '-A x64 -DENABLE_DEBUG=OFF -DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON' - - job_name: 'CM VS2026, Release, arm64, Schannel, Static, !DEBUGBUILD, Build-tests' + - job_name: 'CM VS2026, Release, arm64, Schannel, Static, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2026' CMAKE_VERSION: 4.2.1 CMAKE_SHA256: dfc2b2afac257555e3b9ce375b12b2883964283a366c17fec96cf4d17e4f1677 @@ -60,7 +60,7 @@ environment: CMAKE_VERSION: 3.21.7 CMAKE_SHA256: 4c4840e2dc2bf82e8a16081ff506bba54f3a228b91ce36317129fed4035ef2e3 CMAKE_GENERATOR: 'Visual Studio 11 2012' - CMAKE_GENERATE: '-A Win32' + CMAKE_GENERATE: '-A Win32 -DENABLE_DEBUG=OFF' - job_name: 'CM VS2013, Debug, x64, Schannel, Shared' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015' @@ -95,7 +95,7 @@ environment: CMAKE_GENERATOR: 'Visual Studio 18 2026' CMAKE_GENERATE: '-A x64 -T ClangCl -DBUILD_SHARED_LIBS=OFF -DCURL_USE_OPENSSL=ON -DENABLE_UNICODE=ON' - - job_name: 'CM VS2022, Release, x64, Schannel, Shared, Unicode, !DEBUGBUILD, Build-tests' + - job_name: 'CM VS2022, Release, x64, Schannel, Shared, Unicode, Build-tests' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' CMAKE_GENERATOR: 'Visual Studio 17 2022' ENABLE_UNICODE: 'ON'