summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-03-12 21:04:14 +0100
committerPablo Barciela <[email protected]>2020-03-12 21:16:29 +0100
commit44d5ad11ca47b61be37acc7368b2de0031a432dd (patch)
tree5389e56a40ae861f50de6ef7b239ad1f06b0a1ba /.build.yml
parente56b1c9eecb3a7301563849320b8adc287393030 (diff)
downloadlibmatekbd-44d5ad11ca47b61be37acc7368b2de0031a432dd.tar.bz2
libmatekbd-44d5ad11ca47b61be37acc7368b2de0031a432dd.tar.xz
Travis CI: don't update gh-pages
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 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
-