summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-10 19:29:03 +0200
committerraveit65 <[email protected]>2020-04-10 19:29:03 +0200
commitf4972bea6b40a62e64e17f0dcc9ccb4675fbbb25 (patch)
tree2fd78baa98a834987ade9b4ebe9b765fd75c9b0c /.build.yml
parent52bbe07e634152eb1081281281cece3ec9cfd80c (diff)
downloadmate-power-manager-f4972bea6b40a62e64e17f0dcc9ccb4675fbbb25.tar.bz2
mate-power-manager-f4972bea6b40a62e64e17f0dcc9ccb4675fbbb25.tar.xz
ci: remove --enable-compile-warnings=maximum from autogen command
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 d005f60..f56dd75 100644
--- a/.build.yml
+++ b/.build.yml
@@ -136,10 +136,10 @@ before_scripts:
build_scripts:
- if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./autogen.sh --without-keyring --enable-compile-warnings=maximum
+ - ./autogen.sh --without-keyring
- scan-build $CHECKERS ./configure --without-keyring --enable-compile-warnings=maximum
- else
- - ./autogen.sh --enable-compile-warnings=maximum
+ - ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- fi
- if [ $CPU_COUNT -gt 1 ]; then