summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-04-24 15:38:52 +0200
committerZenWalker <[email protected]>2019-04-24 17:53:41 +0200
commit6c51f06d84bb50014a7c1ac762b2f648389470bd (patch)
tree7e6b2038e5a86113a98d32310242823901823b1d /.travis.yml
parent9de394f457cd42205c739c63508a2624671b8559 (diff)
downloadmarco-6c51f06d84bb50014a7c1ac762b2f648389470bd.tar.bz2
marco-6c51f06d84bb50014a7c1ac762b2f648389470bd.tar.xz
travis: enable 'cppcheck' in debian
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2326e40c..1c5a6cb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,6 +85,7 @@ requires:
# Useful URL: https://salsa.debian.org/debian-mate-team/marco
- clang
- clang-tools
+ - cppcheck
- gcc
- git
- intltool
@@ -191,6 +192,9 @@ build_scripts:
- else
- scan-build $CHECKERS --keep-cc -o html-report make
- fi
+ - if [ ${DISTRO_NAME} == "debian" ];then
+ - cppcheck --enable=warning,style,performance,portability,information,missingInclude --force .
+ - fi
after_scripts:
- if [ ${DISTRO_NAME} == "fedora" ];then