diff options
author | Pablo Barciela <[email protected]> | 2020-03-25 18:13:03 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-25 18:43:40 +0100 |
commit | 1e11d8a2f2d9e2163c4344611dd0047899701d89 (patch) | |
tree | d4ecbf0a858bee73824c56865911a1c0581ec854 /.build.yml | |
parent | d35fac94fa2b30a2db4330661ac202487f8b6768 (diff) | |
download | mate-settings-daemon-1e11d8a2f2d9e2163c4344611dd0047899701d89.tar.bz2 mate-settings-daemon-1e11d8a2f2d9e2163c4344611dd0047899701d89.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
@@ -62,7 +62,6 @@ requires: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-settings-daemon.git - clang - clang-analyzer - - cppcheck-htmlreport - dbus-glib-devel - dconf-devel - desktop-file-utils @@ -163,11 +162,6 @@ build_scripts: - fi after_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' . - - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-applets/raw/master/cpufreq/pixmaps/cpufreq-100.png - - fi - make distcheck releases: |