diff options
author | Pablo Barciela <[email protected]> | 2020-04-10 04:16:14 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-10 14:34:33 +0200 |
commit | 5a8bf0c2c02f6eddc779cf1ff372ec7641116912 (patch) | |
tree | 56a2c53e1d7a635c3a2c4122fd5735ac433037b8 /.build.yml | |
parent | fd821d0cc3cd250f333f22d6d36dc1eec86b1bcf (diff) | |
download | atril-5a8bf0c2c02f6eddc779cf1ff372ec7641116912.tar.bz2 atril-5a8bf0c2c02f6eddc779cf1ff372ec7641116912.tar.xz |
Travis CI: build with --enable-cxx-warnings=maximum
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ before_scripts: build_scripts: - ./autogen.sh - - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum + - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum --enable-cxx-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - else |