diff options
author | Pablo Barciela <[email protected]> | 2020-03-12 20:44:48 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-12 20:57:42 +0100 |
commit | a99199d143fbd1fe4eb8bdea007e42b11426b0ab (patch) | |
tree | 579f5b0e7067f7a743fe9abcd4008518ecdbd3fb /.build.yml | |
parent | 19c668b267ba9c5371f01df8ee69962703dfbfe3 (diff) | |
download | libmatemixer-a99199d143fbd1fe4eb8bdea007e42b11426b0ab.tar.bz2 libmatemixer-a99199d143fbd1fe4eb8bdea007e42b11426b0ab.tar.xz |
Travis CI: don't update gh-pages
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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: |