summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-08 16:55:02 +0200
committerraveit65 <[email protected]>2020-04-08 16:55:02 +0200
commit99c32b8933b184a5a3f4fd834fc7c2b79fa053f4 (patch)
treeb33cc7b82422a2fbca4af1c4c73232b56d6bc501
parent53262f0ed250f2a1e25a8462cce2858497ed999f (diff)
downloadmate-desktop-99c32b8933b184a5a3f4fd834fc7c2b79fa053f4.tar.bz2
mate-desktop-99c32b8933b184a5a3f4fd834fc7c2b79fa053f4.tar.xz
ci: variables, drop obsolete Warn_Cflags
- remove --enable-compile-warnings=maximum from autogen.sh
-rw-r--r--.build.yml8
1 files changed, 1 insertions, 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