summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-02 20:09:41 +0200
committerraveit65 <[email protected]>2020-04-02 20:09:41 +0200
commit0dd28b786cb0fbf547051a83427d4e8c8e17f898 (patch)
treeed9cada44a872a18296f8b35f5f2fca66d664870
parent979ef09cf375967511c72dff59e2eb42135746d2 (diff)
downloadmate-desktop-0dd28b786cb0fbf547051a83427d4e8c8e17f898.tar.bz2
mate-desktop-0dd28b786cb0fbf547051a83427d4e8c8e17f898.tar.xz
Travis CI: use maximum compile warnings for master
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 27dad19..57481f4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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