summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-05 17:25:47 +0200
committerPablo Barciela <[email protected]>2019-06-05 17:25:47 +0200
commite0216f3b0e8b3538981a9c63eb667095c9befa0e (patch)
tree0d57b5f874708960d0d5b9f8e88ddbe7b6067042
parent1d9aad2f90e182c2e76f2ffd8fbf7bf1a2f1cdcc (diff)
downloadmate-menus-e0216f3b0e8b3538981a9c63eb667095c9befa0e.tar.bz2
mate-menus-e0216f3b0e8b3538981a9c63eb667095c9befa0e.tar.xz
[ci] Add cppcheck html report
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
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