diff options
author | Pablo Barciela <[email protected]> | 2019-04-18 01:09:17 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-04-18 01:36:50 +0200 |
commit | c24ac666e9d77f9be866c8603b22d11e534dde7e (patch) | |
tree | 0d6cd43f4e83e8cbf5e39eb8229886e91cbfd1f0 | |
parent | b02b6b0fe430b9dcb137f4aaf24efde94ba70afe (diff) | |
download | mate-applets-c24ac666e9d77f9be866c8603b22d11e534dde7e.tar.bz2 mate-applets-c24ac666e9d77f9be866c8603b22d11e534dde7e.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 3a3bf1f5..fc2eb6de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-applets - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -202,6 +203,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 |