summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-04-10 16:41:34 +0200
committerrbuj <[email protected]>2020-04-10 16:41:34 +0200
commit83922992bd6a9bf979271893e87d16b475ee2d1a (patch)
treed41193175c37aa1e6578043f1e98b58f6a35a132 /.build.yml
parentb329dcdd6e0b2ac36ec7a824fcf9fb801e4228eb (diff)
downloadmate-system-monitor-83922992bd6a9bf979271893e87d16b475ee2d1a.tar.bz2
mate-system-monitor-83922992bd6a9bf979271893e87d16b475ee2d1a.tar.xz
ci: configure --enable-cxx-warnings=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 87e6fa6..76d1ebd 100644
--- a/.build.yml
+++ b/.build.yml
@@ -125,8 +125,8 @@ before_scripts:
- make install
build_scripts:
- - ./autogen.sh --enable-compile-warnings=maximum
- - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
+ - ./autogen.sh
+ - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum --enable-cxx-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT
- else