summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-10-11 16:43:57 +0200
committerraveit65 <[email protected]>2019-10-11 19:17:08 +0200
commitf2cc08cac7966f3484fc9a6d7c6163a084abb6fe (patch)
treede29364493eedf6bfa6193d2f30d305ea46cbf7b
parent36cf85ffff62165bf2c9ee26916283fd86b06517 (diff)
downloadmate-panel-f2cc08cac7966f3484fc9a6d7c6163a084abb6fe.tar.bz2
mate-panel-f2cc08cac7966f3484fc9a6d7c6163a084abb6fe.tar.xz
ci: MATE_COMPILE_WARNINGS([maximum])
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c9daa8a5..a8f4bbf1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -201,8 +201,8 @@ build_scripts:
# - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh
# - bash ./fedora.sh
# - fi
- - ./autogen.sh
- - scan-build $CHECKERS ./configure
+ - ./autogen.sh --enable-compile-warnings=maximum
+ - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else