Skip to content

Commit

Permalink
AppVeyor: now really use CURL_WERROR
Browse files Browse the repository at this point in the history
It was misspelled as CURL_ERROR in commit
2d86e8d.

Closes curl#1686
  • Loading branch information
MarcelRaad committed Jul 29, 2017
1 parent de6de94 commit 001701c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 001701c

Please sign in to comment.