From e0216f3b0e8b3538981a9c63eb667095c9befa0e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 5 Jun 2019 17:25:47 +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 814fb38..2899ca9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,6 +94,7 @@ requires: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-menus.git - clang - clang-analyzer + - cppcheck-htmlreport - chrpath - gcc - git @@ -151,7 +152,9 @@ build_scripts: after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - - ./gen-index + - 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 -- cgit v1.2.1