summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-05-05 14:53:33 +0200
committerraveit65 <[email protected]>2022-07-20 00:05:01 +0200
commit009f9e75769bf9280f1c2205c6f71f0ea8675b6f (patch)
treead20d7aec16d5305f4d42701024b6369c4134957 /.travis.yml
parentfdb2e20b29bd1d2cf6e7b1a2fb93fc52c631927f (diff)
downloadcaja-009f9e75769bf9280f1c2205c6f71f0ea8675b6f.tar.bz2
caja-009f9e75769bf9280f1c2205c6f71f0ea8675b6f.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 52bfb932..53a7cc29 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -110,6 +110,7 @@ requires:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/
- clang-analyzer
- clang
+ - cppcheck-htmlreport
- git
- gcc
- make
@@ -190,7 +191,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