From f1aad7162af8c7200f1fd067daadefae10ca5414 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sun, 24 Feb 2019 19:05:28 +0100 Subject: AppVeyor: enable testing for WinSSL build Closes https://github.com/curl/curl/pull/3725 --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 7681308e2..d742493d2 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" -- cgit v1.2.3