mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
travis-ci: enable -Werror for CMake builds (#2418)
This commit is contained in:
parent
66e93802e6
commit
22e56194e3
@ -187,7 +187,7 @@ script:
|
||||
if [ "$T" = "cmake" ]; then
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake .. -DCURL_WERROR=ON
|
||||
make
|
||||
fi
|
||||
- |
|
||||
|
Loading…
Reference in New Issue
Block a user