1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

AppVeyor: enable testing for WinSSL build

Closes https://github.com/curl/curl/pull/3725
This commit is contained in:
Marcel Raad 2019-02-24 19:05:28 +01:00
parent d1b5cf830b
commit f1aad7162a
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD

View File

@ -14,12 +14,12 @@ environment:
COMPILER_PATH: ""
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
PRJ_GEN: "Visual Studio 15 2017 Win64"
PRJ_CFG: Release
PRJ_CFG: Debug
OPENSSL: OFF
WINSSL: ON
HTTP_ONLY: OFF
TESTING: OFF
SHARED: ON
TESTING: ON
SHARED: OFF
DISABLED_TESTS: ""
COMPILER_PATH: ""
- APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"