diff options
author | rbuj <[email protected]> | 2019-10-11 16:26:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-12 15:31:53 +0200 |
commit | 9b11a49c33a0adee334e52fcff5a7f9850b32cff (patch) | |
tree | 7667097d2efed6a8ddf3cc0fda1b646caf95e60b /.travis.yml | |
parent | 36bba7736bd5db58769caabaaf7775fb7300a132 (diff) | |
download | mate-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.yml | 2 |
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 |