summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-03-13 19:44:05 +0100
committerraveit65 <[email protected]>2020-03-13 20:31:15 +0100
commitd265d00b72fc9a7fb126079780303df9ea217a29 (patch)
treeb61ccbe388f42002ddce4a7a2539286111cba12a
parentd169cfe62e9925a1d8f3d79756004a567027cf30 (diff)
downloadpluma-d265d00b72fc9a7fb126079780303df9ea217a29.tar.bz2
pluma-d265d00b72fc9a7fb126079780303df9ea217a29.tar.xz
travis CI: enable maximum compile warning level
-rw-r--r--.build.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index f04bb34d..b6f5d77d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -27,6 +27,7 @@ requires:
# Useful URL: https://github.com/mate-desktop/debian-packages
# Useful URL: https://salsa.debian.org/debian-mate-team/pluma
- autopoint
+ - autoconf-archive
- clang
- clang-tools
- cppcheck
@@ -52,6 +53,7 @@ requires:
fedora:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/pluma.git
+ - autoconf-archive
- clang
- clang-analyzer
- cppcheck-htmlreport
@@ -74,6 +76,7 @@ requires:
ubuntu:
- autopoint
+ - autoconf-archive
- clang
- clang-tools
- git
@@ -119,8 +122,8 @@ before_scripts:
- chmod +x /usr/bin/gla11y
build_scripts:
- - ./autogen.sh
- - scan-build $CHECKERS ./configure
+ - ./autogen.sh --enable-compile-warnings=maximum
+ - 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