summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-10 19:37:15 +0200
committerraveit65 <[email protected]>2020-04-10 19:37:15 +0200
commit30bb9d3522c79172e8819024738d84af724a3292 (patch)
tree5abe2a2bcfb9108fdefeba45805dd40cc2d2d8c5
parent9661665a7133758b0201b23aafb7ce44f7f6b362 (diff)
downloadmate-power-manager-30bb9d3522c79172e8819024738d84af724a3292.tar.bz2
mate-power-manager-30bb9d3522c79172e8819024738d84af724a3292.tar.xz
ci: don't use maximum compile warnings for stable branch
-rw-r--r--.build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index 22dda3e..d587109 100644
--- a/.build.yml
+++ b/.build.yml
@@ -135,11 +135,11 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./autogen.sh --without-keyring --enable-compile-warnings=maximum
- - scan-build $CHECKERS ./configure --without-keyring --enable-compile-warnings=maximum
+ - ./autogen.sh --without-keyring
+ - scan-build $CHECKERS ./configure --without-keyring
- else
- - ./autogen.sh --enable-compile-warnings=maximum
- - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
+ - ./autogen.sh
+ - scan-build $CHECKERS ./configure
- fi
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT