diff options
author | rbuj <[email protected]> | 2020-04-10 14:49:46 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2020-04-10 14:49:46 +0200 |
commit | 4fb3af56a40794f26dac14fcdcdf824bb1bbe0d0 (patch) | |
tree | dac3034dcadbe61cd2f620b211ec0f282070f523 /.build.yml | |
parent | 5270a12a235623c4f32434f70e257c310359506e (diff) | |
download | mate-session-manager-4fb3af56a40794f26dac14fcdcdf824bb1bbe0d0.tar.bz2 mate-session-manager-4fb3af56a40794f26dac14fcdcdf824bb1bbe0d0.tar.xz |
ci: configure --enable-compile-warnings=maximum
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ variables: build_scripts: - ./autogen.sh - - scan-build $CHECKERS ./configure + - 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 - else |