From 99c32b8933b184a5a3f4fd834fc7c2b79fa053f4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 8 Apr 2020 16:55:02 +0200 Subject: ci: variables, drop obsolete Warn_Cflags - remove --enable-compile-warnings=maximum from autogen.sh --- .build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.build.yml b/.build.yml index ef38546..3562e28 100644 --- a/.build.yml +++ b/.build.yml @@ -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 -- cgit v1.2.1