Enable -Werror for Travis CI builds too

This needs to be done explicitly now, since the changes of c6ed5f70
(Don't use -Werror unconditionally when building SOCI, 2020-06-05).
This commit is contained in:
Vadim Zeitlin
2020-10-10 23:36:44 +02:00
parent 84fed32d0b
commit 53a1a18ccc

View File

@@ -20,6 +20,7 @@ fi
SOCI_COMMON_CMAKE_OPTIONS='
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_VERBOSE_MAKEFILE=ON
-DSOCI_ENABLE_WERROR=ON
-DSOCI_STATIC=OFF
-DSOCI_TESTS=ON
'