mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
AppVeyor: now really use CURL_WERROR
It was misspelled as CURL_ERROR in commit
2d86e8d128
.
Closes https://github.com/curl/curl/pull/1686
This commit is contained in:
parent
de6de94c9a
commit
001701c47e
@ -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% -DCURL_ERROR=ON
|
||||
- cmake .. -G"%PRJ_GEN%" -DCMAKE_USE_OPENSSL=%OPENSSL% -DCURL_STATICLIB=%STATICLIB% -DBUILD_TESTING=%TESTING% -DCURL_WERROR=ON
|
||||
- cmake --build . --config %PRJ_CFG% --clean-first
|
||||
|
||||
# whitelist branches to avoid testing feature branches twice (as branch and as pull request)
|
||||
|
Loading…
Reference in New Issue
Block a user