summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-03-10 21:16:18 +0100
committerRobert Antoni Buj Gelonch <[email protected]>2020-03-10 22:49:33 +0100
commit8e819d3a5b4b950574a0b1e74e09803151358679 (patch)
tree15cd296fdea7da7e194b01f2ed55a284734d0433 /.build.yml
parent7419ff0f54fe9f1489bbc491ea78195bffe1cb76 (diff)
downloadmate-control-center-8e819d3a5b4b950574a0b1e74e09803151358679.tar.bz2
mate-control-center-8e819d3a5b4b950574a0b1e74e09803151358679.tar.xz
Travis CI: set compiler warning level to maximum
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index e29d6e06..8b751bb9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -195,8 +195,8 @@ before_scripts:
- chmod +x /usr/bin/gla11y
build_scripts:
- - ./autogen.sh
- - scan-build $CHECKERS ./configure
+ - ./autogen.sh --enable-compile-warnings=maximum
+ - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- scan-build $CHECKERS --keep-cc -o html-report make -j $(( $CPU_COUNT + 1 ))
- if [ ${DISTRO_NAME} == "debian" ];then
- cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' -i'mate-settings-daemon-1.23.1' .