diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -57,7 +57,6 @@ requires: - cairo-devel - clang - clang-analyzer - - cppcheck-htmlreport - dbus-glib-devel - desktop-file-utils - gcc @@ -156,11 +155,6 @@ after_scripts: - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - fi - - 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}/${REPO_NAME}/raw/master/data/icons/16x16/apps/mate-power-manager.png - - fi - make distcheck releases: @@ -175,4 +169,3 @@ releases: base_version: 1.20.0 notify_servers: - https://release.mate-desktop.org/release - |