From 617d7bc66254a5045e0f421f74e3f66200b91ca3 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 10 Mar 2020 15:00:23 +0100 Subject: Travis CI: don't update gh-pages --- .build.yml | 11 ----------- 1 file changed, 11 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index c134718d..48288bb3 100644 --- a/.build.yml +++ b/.build.yml @@ -55,7 +55,6 @@ requires: # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/ - clang-analyzer - clang - - cppcheck-htmlreport - git - gcc - make @@ -131,11 +130,6 @@ before_scripts: - chmod +x /usr/bin/gla11y 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-empty-view - scan-build $CHECKERS ./configure --enable-empty-view - if [ $CPU_COUNT -gt 1 ]; then @@ -148,11 +142,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/apps/system-file-manager.png - - fi - make distcheck releases: -- cgit v1.2.1