mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +03:00
appveyor: test openssl with clang-cl
Cherry-picked from #18330 Closes #18334
This commit is contained in:
parent
1d7fddde42
commit
b3167ef841
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue