mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:31:41 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue