diff options
author | raveit65 <[email protected]> | 2020-03-13 19:44:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-03-13 20:31:15 +0100 |
commit | d265d00b72fc9a7fb126079780303df9ea217a29 (patch) | |
tree | b61ccbe388f42002ddce4a7a2539286111cba12a | |
parent | d169cfe62e9925a1d8f3d79756004a567027cf30 (diff) | |
download | pluma-d265d00b72fc9a7fb126079780303df9ea217a29.tar.bz2 pluma-d265d00b72fc9a7fb126079780303df9ea217a29.tar.xz |
travis CI: enable maximum compile warning level
-rw-r--r-- | .build.yml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |