summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-05-04 00:29:26 +0200
committerraveit65 <[email protected]>2019-05-05 11:18:24 +0200
commitdf8106540d1e9affff2879d5d5bc88d84c17a6ca (patch)
treef98f580bc7aa8ae2deb252758b1896026a350df5 /.travis.yml
parent65cff87dca39dd84359c47619234a44f2e0467f8 (diff)
downloadmate-system-monitor-df8106540d1e9affff2879d5d5bc88d84c17a6ca.tar.bz2
mate-system-monitor-df8106540d1e9affff2879d5d5bc88d84c17a6ca.tar.xz
[ci] Add cppcheck html report
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b1f32dd..6b856d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -105,6 +105,7 @@ requires:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-system-monitor.git
- clang
- clang-analyzer
+ - cppcheck-htmlreport
- gcc
- gcc-c++
- dbus-glib-devel
@@ -179,7 +180,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