summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-05-01 03:02:54 +0200
committerZenWalker <[email protected]>2019-05-01 03:27:36 +0200
commit7f20ead9604cefaca400697dedfcc7e1ed91c754 (patch)
tree7be14a720bd719670065fd28545eb958a411eb44
parentac15db262548fae73432d89c890db14fcd7ca960 (diff)
downloadmate-utils-7f20ead9604cefaca400697dedfcc7e1ed91c754.tar.bz2
mate-utils-7f20ead9604cefaca400697dedfcc7e1ed91c754.tar.xz
travis: enable 'cppcheck' in debian
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e718e2f2..f01d92a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,6 +85,7 @@ requires:
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-utils
- clang
- clang-tools
+ - cppcheck
- gcc
- g++
- git
@@ -190,6 +191,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 .
+ - fi
after_scripts:
- if [ ${DISTRO_NAME} == "fedora" ];then