From bd9a80e4c885f3b042a71599ce25c3a3d08dc981 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 23 Jul 2019 01:18:40 +0200 Subject: [ci] Add cppcheck html report --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3c1dfc6..d04934d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,6 +95,7 @@ requires: - caja-devel - clang-analyzer - clang + - cppcheck-htmlreport - gcc - git - make @@ -146,7 +147,9 @@ build_scripts: after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - - ./gen-index -i https://github.com/${OWNER_NAME}/mate-icon-theme/raw/master/mate/16x16/apps/system-file-manager.png + - 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}/mate-icon-theme/raw/master/mate/16x16/apps/system-file-manager.png - fi - make distcheck -- cgit v1.2.1