From a8b8fe14290a4fb844d4f151c1ca601e2e586488 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 10 May 2019 16:32:23 +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 918e0be..fd1eadd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,6 +94,7 @@ requires: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-calc.git - clang - clang-analyzer + - cppcheck-htmlreport - bison - desktop-file-utils - flex @@ -156,7 +157,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/accessories-calculator.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/accessories-calculator.png - fi - make distcheck -- cgit v1.2.1