From 44d5ad11ca47b61be37acc7368b2de0031a432dd Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 12 Mar 2020 21:04:14 +0100 Subject: Travis CI: don't update gh-pages --- .build.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 72ea96f..7b0ba75 100644 --- a/.build.yml +++ b/.build.yml @@ -36,7 +36,6 @@ requires: # Useful URL: https://src.fedoraproject.org/cgit/rpms/libmatekbd.git - clang-analyzer - clang - - cppcheck-htmlreport - desktop-file-utils - gcc - gcc-c++ @@ -90,11 +89,6 @@ before_scripts: - fi 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 @@ -107,11 +101,6 @@ build_scripts: - fi after_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude . - - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/devices/input-keyboard.png - - fi - make distcheck releases: @@ -126,4 +115,3 @@ releases: base_version: 1.20.0 notify_servers: - https://release.mate-desktop.org/release - -- cgit v1.2.1