diff options
author | raveit65 <[email protected]> | 2020-04-02 20:09:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-02 20:09:41 +0200 |
commit | 0dd28b786cb0fbf547051a83427d4e8c8e17f898 (patch) | |
tree | ed9cada44a872a18296f8b35f5f2fca66d664870 | |
parent | 979ef09cf375967511c72dff59e2eb42135746d2 (diff) | |
download | mate-desktop-0dd28b786cb0fbf547051a83427d4e8c8e17f898.tar.bz2 mate-desktop-0dd28b786cb0fbf547051a83427d4e8c8e17f898.tar.xz |
Travis CI: use maximum compile warnings for master
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ build_scripts: # - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh # - bash ./fedora.sh # - fi - - ./autogen.sh + - ./autogen.sh --enable-compile-warnings=maximum - scan-build $CHECKERS ./configure --prefix=/usr --enable-gtk-doc - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT |