summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-10-11 16:26:06 +0200
committerraveit65 <[email protected]>2019-10-12 15:31:53 +0200
commit9b11a49c33a0adee334e52fcff5a7f9850b32cff (patch)
tree7667097d2efed6a8ddf3cc0fda1b646caf95e60b /.travis.yml
parent36bba7736bd5db58769caabaaf7775fb7300a132 (diff)
downloadmate-media-9b11a49c33a0adee334e52fcff5a7f9850b32cff.tar.bz2
mate-media-9b11a49c33a0adee334e52fcff5a7f9850b32cff.tar.xz
ci: set maximum compile warnings on step scan-build ./configure
The autogen.sh compiler warning flags are overridden in the configure step.
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 f5516f8..1b79df8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -152,7 +152,7 @@ variables:
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