From 2d86e8d1286e0fbe3d811e2e87fa0b5e53722db4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 6 Jul 2017 12:12:51 +0200 Subject: appveyor: enable CURL_WERROR on all builds --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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) -- cgit v1.2.3