summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.build.yml b/.build.yml
index 47b3ca7..e3c8d89 100644
--- a/.build.yml
+++ b/.build.yml
@@ -34,7 +34,6 @@ requires:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-menus.git
- clang
- clang-analyzer
- - cppcheck-htmlreport
- chrpath
- gcc
- git
@@ -75,11 +74,6 @@ variables:
-enable-checker security.insecureAPI.strcpy"'
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
- scan-build $CHECKERS ./configure
- if [ $CPU_COUNT -gt 1 ]; then
@@ -92,11 +86,6 @@ build_scripts:
- fi
after_scripts:
- - if [ ${DISTRO_NAME} == "fedora" ];then
- - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -D'MATEMENU_I_KNOW_THIS_IS_UNSTABLE' -D'G_ENABLE_DEBUG' .
- - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport
- - ./gen-index -l 20
- - fi
- make distcheck
releases:
@@ -111,4 +100,3 @@ releases:
base_version: 1.20.0
notify_servers:
- https://release.mate-desktop.org/release
-