1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

travis-ci: enable -Werror for CMake builds (#2418)

This commit is contained in:
Sergei Nikulov 2018-03-22 16:35:33 +03:00 committed by GitHub
parent 66e93802e6
commit 22e56194e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,7 @@ script:
if [ "$T" = "cmake" ]; then
mkdir build
cd build
cmake ..
cmake .. -DCURL_WERROR=ON
make
fi
- |