diff options
author | Pablo Barciela <[email protected]> | 2019-05-27 11:27:03 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-05-27 11:55:42 +0200 |
commit | 43cfd773318630a7afce5c359a2e952566a32a93 (patch) | |
tree | f9b831c05427a09c4a940e885dfe9379f1810f06 | |
parent | 8c5426673fb88c823a76b30a99bead6f31e03c87 (diff) | |
download | mate-screensaver-43cfd773318630a7afce5c359a2e952566a32a93.tar.bz2 mate-screensaver-43cfd773318630a7afce5c359a2e952566a32a93.tar.xz |
travis: enable 'cppcheck' in debian
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3e2447c..87fe178 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-screensaver - clang - clang-tools + - cppcheck - gcc - git - gobject-introspection @@ -219,6 +220,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 -i'mate-menus-build' . + - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then |