]> granicus.if.org Git - curl/commitdiff
appveyor: enable CURL_WERROR on all builds
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Jul 2017 10:12:51 +0000 (12:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Jul 2017 15:06:24 +0000 (17:06 +0200)
appveyor.yml

index 8e55009da16606204cb3721e8d842265fd0f45f3..9f02cb59e2eb6e804670c4e138e087812cc196e2 100644 (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)