summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-07-06 12:12:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-07-06 12:12:51 +0200
commita90666420d9fd6e11fc61ec588149faea91d4ac4 (patch)
tree760c37c39f1c7fa99c6a50dbf97bef1e265cc93d
parent617c6f5db59f48cac106a4475068537f1b561216 (diff)
downloadcurl-a90666420d9fd6e11fc61ec588149faea91d4ac4.tar.gz
appveyor: enable CURL_WERROR on all buildsbagder/cmake-warnings-as-errors
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8e55009da..9f02cb59e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -61,7 +61,7 @@ environment:
build_script:
- mkdir build.%BDIR%
- cd build.%BDIR%
- - cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING%
+ - cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING% -DCURL_ERROR=ON
- cmake --build . --config %PRJ_CFG% --clean-first
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)