mirror of
https://github.com/moparisthebest/curl
synced 2025-01-08 12:28:06 -05:00
AppVeyor: use Debug builds to run tests
This enables more tests. Closes https://github.com/curl/curl/pull/3104
This commit is contained in:
parent
9f3be5672d
commit
c10a424429
11
appveyor.yml
11
appveyor.yml
@ -24,28 +24,28 @@ environment:
|
||||
TESTING: OFF
|
||||
SHARED: ON
|
||||
- PRJ_GEN: "Visual Studio 10 2010 Win64"
|
||||
PRJ_CFG: Release
|
||||
PRJ_CFG: Debug
|
||||
OPENSSL: OFF
|
||||
WINSSL: OFF
|
||||
HTTP_ONLY: OFF
|
||||
TESTING: ON
|
||||
SHARED: OFF
|
||||
- PRJ_GEN: "Visual Studio 11 2012 Win64"
|
||||
PRJ_CFG: Release
|
||||
PRJ_CFG: Debug
|
||||
OPENSSL: OFF
|
||||
WINSSL: OFF
|
||||
HTTP_ONLY: OFF
|
||||
TESTING: ON
|
||||
SHARED: OFF
|
||||
- PRJ_GEN: "Visual Studio 12 2013 Win64"
|
||||
PRJ_CFG: Release
|
||||
PRJ_CFG: Debug
|
||||
OPENSSL: OFF
|
||||
WINSSL: OFF
|
||||
HTTP_ONLY: OFF
|
||||
TESTING: ON
|
||||
SHARED: OFF
|
||||
- PRJ_GEN: "Visual Studio 14 2015 Win64"
|
||||
PRJ_CFG: Release
|
||||
PRJ_CFG: Debug
|
||||
OPENSSL: OFF
|
||||
WINSSL: OFF
|
||||
HTTP_ONLY: OFF
|
||||
@ -53,7 +53,7 @@ environment:
|
||||
SHARED: OFF
|
||||
- PRJ_GEN: "Visual Studio 14 2015 Win64"
|
||||
BDIR: msvc2015
|
||||
PRJ_CFG: Release
|
||||
PRJ_CFG: Debug
|
||||
OPENSSL: OFF
|
||||
WINSSL: OFF
|
||||
HTTP_ONLY: ON
|
||||
@ -69,6 +69,7 @@ build_script:
|
||||
-DBUILD_SHARED_LIBS=%SHARED%
|
||||
-DBUILD_TESTING=%TESTING%
|
||||
-DCURL_WERROR=ON
|
||||
-DENABLE_DEBUG=ON
|
||||
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=""
|
||||
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG=""
|
||||
-DCMAKE_INSTALL_PREFIX="C:/CURL"
|
||||
|
Loading…
Reference in New Issue
Block a user