summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-03-03 00:36:40 +0100
committerZenWalker <[email protected]>2020-03-08 19:57:54 +0100
commit383ee147002da5665a6bc45ce02669e33d219b9e (patch)
treef13167d862911fad7c0d6ec0325518a849fbe49f /.build.yml
parentce669f0845224227892893b37260148cce1d93fd (diff)
downloadengrampa-383ee147002da5665a6bc45ce02669e33d219b9e.tar.bz2
engrampa-383ee147002da5665a6bc45ce02669e33d219b9e.tar.xz
Travis CI: don't update gh-pages
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.build.yml b/.build.yml
index 6ee4428..8b9532a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -43,7 +43,6 @@ requires:
- caja-devel
- clang
- clang-analyzer
- - cppcheck-htmlreport
- desktop-file-utils
- file-devel
- gcc
@@ -116,11 +115,6 @@ before_scripts:
- make install
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/mate-desktop/engrampa/raw/master/data/icons/16x16/apps/engrampa.png
- - fi
- make distcheck
releases: