mirror of
https://github.com/curl/curl.git
synced 2026-04-24 18:02:13 +03:00
travis-ci: enable -Werror for CMake builds (#2418)
This commit is contained in:
parent
66e93802e6
commit
22e56194e3
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ script:
|
|||
if [ "$T" = "cmake" ]; then
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake .. -DCURL_WERROR=ON
|
||||
make
|
||||
fi
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue