summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-03-12 20:44:48 +0100
committerPablo Barciela <[email protected]>2020-03-12 20:57:42 +0100
commita99199d143fbd1fe4eb8bdea007e42b11426b0ab (patch)
tree579f5b0e7067f7a743fe9abcd4008518ecdbd3fb /.build.yml
parent19c668b267ba9c5371f01df8ee69962703dfbfe3 (diff)
downloadlibmatemixer-a99199d143fbd1fe4eb8bdea007e42b11426b0ab.tar.bz2
libmatemixer-a99199d143fbd1fe4eb8bdea007e42b11426b0ab.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 6b2cef7..6ce4c85 100644
--- a/.build.yml
+++ b/.build.yml
@@ -36,7 +36,6 @@ requires:
- autoconf-archive
- clang
- clang-analyzer
- - cppcheck-htmlreport
- gcc
- git
- make
@@ -107,11 +106,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
- - fi
- make distcheck
releases: