diff options
author | raveit65 <[email protected]> | 2020-04-11 12:45:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-11 12:45:15 +0200 |
commit | 1001bacc671201302c7463114158dede6c8ef75f (patch) | |
tree | ae13d3ce5908d6337a11287df722b5d9078053c0 /.build.yml | |
parent | 4b7dac5989a8fa6fa6366bf6a285cbd16e8cd644 (diff) | |
download | mate-terminal-1001bacc671201302c7463114158dede6c8ef75f.tar.bz2 mate-terminal-1001bacc671201302c7463114158dede6c8ef75f.tar.xz |
ci: variables, drop obsolete Warn_Cflags
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -71,7 +71,6 @@ requires: - yelp-tools variables: - - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode @@ -108,7 +107,7 @@ before_scripts: - make install build_scripts: - - ./autogen.sh --enable-compile-warnings=maximum + - ./autogen.sh - 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 |