diff options
author | rbuj <[email protected]> | 2019-10-11 16:43:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-11 19:17:08 +0200 |
commit | f2cc08cac7966f3484fc9a6d7c6163a084abb6fe (patch) | |
tree | de29364493eedf6bfa6193d2f30d305ea46cbf7b /.travis.yml | |
parent | 36cf85ffff62165bf2c9ee26916283fd86b06517 (diff) | |
download | mate-panel-f2cc08cac7966f3484fc9a6d7c6163a084abb6fe.tar.bz2 mate-panel-f2cc08cac7966f3484fc9a6d7c6163a084abb6fe.tar.xz |
ci: MATE_COMPILE_WARNINGS([maximum])
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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 |