summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-05-04 11:59:53 +0200
committerZenWalker <[email protected]>2019-05-04 12:18:32 +0200
commitee356868df465f2f256304869359a7320b92ed35 (patch)
treecb212c907e10608394603568597682ddba91437d /.travis.yml
parent7a74f986539d1c6de4f4ae5ed2d36f4457de4dd0 (diff)
downloadmate-netbook-ee356868df465f2f256304869359a7320b92ed35.tar.bz2
mate-netbook-ee356868df465f2f256304869359a7320b92ed35.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 dde06b3..f346c40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,6 +80,7 @@ requires:
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-backgrounds
- clang
- clang-tools
+ - cppcheck
- gcc
- git
- libdconf-dev
@@ -151,6 +152,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