summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-09 19:39:36 +0200
committerraveit65 <[email protected]>2020-04-09 19:39:36 +0200
commit0ff89dd460848c43b31c64bb3a4f2641fa45a683 (patch)
tree4c312ac8450f81c96e1de47a27f44dc82b43e0a8 /.build.yml
parentf8265566851f3650589416442786b691f6f4bd65 (diff)
downloadmate-screensaver-0ff89dd460848c43b31c64bb3a4f2641fa45a683.tar.bz2
mate-screensaver-0ff89dd460848c43b31c64bb3a4f2641fa45a683.tar.xz
ci: remove --enable-compile-warnings=maximum from autogen.sh command
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index eb5af45..8cfbf2c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -150,7 +150,7 @@ before_scripts:
- make install
build_scripts:
- - ./autogen.sh --enable-compile-warnings=maximum
+ - ./autogen.sh
- 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