appveyor: enable CURL_WERROR on all builds

This commit is contained in:
Daniel Stenberg 2017-07-06 12:12:51 +02:00
parent ce81aeb877
commit 2d86e8d128
1 changed files with 1 additions and 1 deletions

View File

@ -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)