summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-10-11 16:33:53 +0200
committerZenWalker <[email protected]>2019-10-11 22:44:54 +0200
commit244d1f7e8f9a3ea1b8eeb072b46fcffbb2b90389 (patch)
treeae16626807a108105467607b356f93a212df80cb
parent4a2a5dc092814bfee30758eafc394f3b807da87a (diff)
downloadmarco-244d1f7e8f9a3ea1b8eeb072b46fcffbb2b90389.tar.bz2
marco-244d1f7e8f9a3ea1b8eeb072b46fcffbb2b90389.tar.xz
ci: set maximum compile warnings on step scan-build ./configure
The autogen.sh compiler warning flags are overridden in the configure step.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c3b0a637..a24c8f34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -207,7 +207,7 @@ before_scripts:
build_scripts:
- ./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
- else