summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-07-05 10:21:58 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-07-05 10:21:58 +0200
commita63d76111ddd5c9630ebc78850cddf0a9c65ef66 (patch)
tree17df64de74cb3199ae20a369842c7c82501b341d
parent1e474378274480777d0e63240b16071a350283c3 (diff)
downloadcurl-a63d76111ddd5c9630ebc78850cddf0a9c65ef66.tar.gz
appveyor: [debug] dump lib/curl_config.h post cmake
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8e55009da..b33958901 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,6 +62,7 @@ build_script:
- mkdir build.%BDIR%
- cd build.%BDIR%
- cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING%
+ - cat lib/curl_config.h
- cmake --build . --config %PRJ_CFG% --clean-first
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)