diff options
author | raveit65 <[email protected]> | 2020-04-08 16:55:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-08 16:55:02 +0200 |
commit | 99c32b8933b184a5a3f4fd834fc7c2b79fa053f4 (patch) | |
tree | b33cc7b82422a2fbca4af1c4c73232b56d6bc501 /.build.yml | |
parent | 53262f0ed250f2a1e25a8462cce2858497ed999f (diff) | |
download | mate-desktop-99c32b8933b184a5a3f4fd834fc7c2b79fa053f4.tar.bz2 mate-desktop-99c32b8933b184a5a3f4fd834fc7c2b79fa053f4.tar.xz |
ci: variables, drop obsolete Warn_Cflags
- remove --enable-compile-warnings=maximum from autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -87,7 +87,6 @@ requires: - meson variables: - - CFLAGS="-Wall -Werror=format-security -Wredundant-decls" - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode @@ -119,12 +118,7 @@ before_scripts: - make install build_scripts: -# build failed with f30 und using clang patch, fixed in f30? -# - if [ ${DISTRO_NAME} == "fedora" ];then -# - curl -Ls -o fedora.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/fedora.sh -# - bash ./fedora.sh -# - fi - - ./autogen.sh --enable-compile-warnings=maximum + - ./autogen.sh - scan-build $CHECKERS ./configure --prefix=/usr --enable-gtk-doc --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT |