From: Viktor Szakats Date: Thu, 21 Aug 2025 08:29:41 +0000 (+0200) Subject: appveyor: test openssl with clang-cl X-Git-Tag: curl-8_16_0~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3167ef841226546f163327dc8cb10a40c4ab9c2;p=thirdparty%2Fcurl.git appveyor: test openssl with clang-cl Cherry-picked from #18330 Closes #18334 --- diff --git a/appveyor.yml b/appveyor.yml index cbba5fec00..c924c22d9a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -110,11 +110,12 @@ environment: OPENSSL: 'ON' SCHANNEL: 'ON' SHARED: 'ON' - - job_name: 'CMake, VS2022, Debug, x64, Schannel, Static, Unicode, Build-tests & examples, clang-cl' + - job_name: 'CMake, VS2022, Debug, x64, OpenSSL 3.4 + Schannel, Static, Unicode, Build-tests & examples, clang-cl' APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2022' PRJ_GEN: 'Visual Studio 17 2022' TARGET: '-A x64' PRJ_CFG: Debug + OPENSSL: 'ON' SCHANNEL: 'ON' ENABLE_UNICODE: 'ON' EXAMPLES: 'ON'