aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-02-24 19:05:28 +0100
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-04-11 21:11:35 +0200
commitf1aad7162af8c7200f1fd067daadefae10ca5414 (patch)
tree16c6c83fbb92e67edff716a1660dd6c2654de8d0 /appveyor.yml
parentd1b5cf830bfe169745721b21245d2217d2c2453e (diff)
AppVeyor: enable testing for WinSSL build
Closes https://github.com/curl/curl/pull/3725
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
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"