summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-03-10 15:00:23 +0100
committerPablo Barciela <[email protected]>2020-03-10 15:38:14 +0100
commit617d7bc66254a5045e0f421f74e3f66200b91ca3 (patch)
tree07995a47176e3b8340758c0c07bd6f2e802a6638 /.build.yml
parent10fe0da1627212ff12a527cf4ab831014343bab7 (diff)
downloadcaja-617d7bc66254a5045e0f421f74e3f66200b91ca3.tar.bz2
caja-617d7bc66254a5045e0f421f74e3f66200b91ca3.tar.xz
Travis CI: don't update gh-pages
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml11
1 files changed, 0 insertions, 11 deletions
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: