summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-10-11 15:47:44 +0200
committerraveit65 <[email protected]>2019-10-12 15:36:03 +0200
commitf12fe1b53154da6cbd3196f7dbeed8b6dcaae0d4 (patch)
treeb7c5357c8b72455da30af3d4b33b86b7b1246a95 /.travis.yml
parentb203ed022afcfafe3657298d10e83a16988e6c5c (diff)
downloadengrampa-f12fe1b53154da6cbd3196f7dbeed8b6dcaae0d4.tar.bz2
engrampa-f12fe1b53154da6cbd3196f7dbeed8b6dcaae0d4.tar.xz
ci: set maximum compile warnings on step scan-build ./configure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 89fb62a..c7336db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -157,7 +157,7 @@ build_scripts:
- bash ./debian.sh
- fi
- ./autogen.sh --enable-compile-warnings=maximum
- - scan-build $CHECKERS ./configure
+ - 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 + 1 ))
- else