mirror of
https://github.com/SOCI/soci.git
synced 2026-02-14 18:28:40 -06:00
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:
@@ -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
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user