diff options
author | Pablo Barciela <[email protected]> | 2019-04-28 22:23:10 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-04-28 22:43:07 +0200 |
commit | 1f42b9e3ab7f82825f2d0dc83a57163f5c67621c (patch) | |
tree | 908d577e8546fa263efca10c781a31c08f856cde /.travis.yml | |
parent | 35b54a22f3306aef935fb789bf0f17b5d7df6744 (diff) | |
download | mate-system-monitor-1f42b9e3ab7f82825f2d0dc83a57163f5c67621c.tar.bz2 mate-system-monitor-1f42b9e3ab7f82825f2d0dc83a57163f5c67621c.tar.xz |
travis: enable 'cppcheck' in debian
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9e22f56..b1f32dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,6 +82,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-system-monitor - clang - clang-tools + - cppcheck - gcc - g++ - git @@ -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 |