summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-13 09:11:47 +0200
committerPablo Barciela <[email protected]>2019-06-13 09:11:47 +0200
commit3aef1c7a48079160e484d3beff7ad2ddae7c0740 (patch)
tree4f7c96c37980b4043ed81a69a99d92905d480f4f
parent84832b1b62b0ec5c3d91f7f4ab97a56f19a46b51 (diff)
downloadmate-user-share-3aef1c7a48079160e484d3beff7ad2ddae7c0740.tar.bz2
mate-user-share-3aef1c7a48079160e484d3beff7ad2ddae7c0740.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 e9dd42b..15727ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,6 +83,7 @@ requires:
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-user-share
- clang
- clang-tools
+ - cppcheck
- gcc
- git
- intltool
@@ -172,6 +173,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