]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: test openssl with clang-cl
authorViktor Szakats <commit@vsz.me>
Thu, 21 Aug 2025 08:29:41 +0000 (10:29 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 21 Aug 2025 11:11:32 +0000 (13:11 +0200)
Cherry-picked from #18330
Closes #18334

appveyor.yml

index cbba5fec00707bf1ebeebecd736c0c4ed31a5522..c924c22d9ae2fcb5b23d0d79695f1d4c30561169 100644 (file)
@@ -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'