From: Marcel Raad Date: Sun, 24 Feb 2019 18:05:28 +0000 (+0100) Subject: AppVeyor: enable testing for WinSSL build X-Git-Tag: curl-7_65_0~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1aad7162af8c7200f1fd067daadefae10ca5414;p=thirdparty%2Fcurl.git AppVeyor: enable testing for WinSSL build Closes https://github.com/curl/curl/pull/3725 --- diff --git a/appveyor.yml b/appveyor.yml index 7681308e29..d742493d24 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"