mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:31:42 +03:00
msvc: add VS2012 CI job, fix compiler warnings in LDAP and tests
Follow-up to8cfc936f5c#10674 Follow-up tod620ec6791#14700 Closes #15926
This commit is contained in:
parent
08ff33e483
commit
50f6a6b1d4
3 changed files with 12 additions and 2 deletions
10
appveyor.yml
10
appveyor.yml
|
|
@ -61,6 +61,16 @@ environment:
|
|||
ENABLE_UNICODE: 'OFF'
|
||||
SHARED: 'ON'
|
||||
EXAMPLES: 'ON'
|
||||
- job_name: 'CMake, VS2012, Debug, x64, OpenSSL 1.1.1, Build-only'
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015'
|
||||
BUILD_SYSTEM: CMake
|
||||
PRJ_GEN: 'Visual Studio 11 2012'
|
||||
TARGET: '-A x64'
|
||||
PRJ_CFG: Debug
|
||||
OPENSSL: 'ON'
|
||||
SCHANNEL: 'OFF'
|
||||
ENABLE_UNICODE: 'OFF'
|
||||
SHARED: 'ON'
|
||||
- job_name: 'CMake, VS2013, Debug, x64, OpenSSL 1.1.1, Build-only'
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015'
|
||||
BUILD_SYSTEM: CMake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue