mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 17:18:48 -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
|
if [ "$T" = "cmake" ]; then
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake .. -DCURL_WERROR=ON
|
||||||
make
|
make
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
Loading…
Reference in New Issue
Block a user