diff options
author | rbuj <[email protected]> | 2020-04-10 16:41:34 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2020-04-10 16:41:34 +0200 |
commit | 83922992bd6a9bf979271893e87d16b475ee2d1a (patch) | |
tree | d41193175c37aa1e6578043f1e98b58f6a35a132 /.build.yml | |
parent | b329dcdd6e0b2ac36ec7a824fcf9fb801e4228eb (diff) | |
download | mate-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.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |