diff options
| author | Pablo Barciela <[email protected]> | 2019-04-17 03:40:16 +0200 |
|---|---|---|
| committer | ZenWalker <[email protected]> | 2019-04-17 04:03:19 +0200 |
| commit | 3ae6314f2574b99ea70f7ecffb7740526db5011c (patch) | |
| tree | 5f2bca839df2974a2ecefceeb874e0173b7844fb | |
| parent | 39c0950022c42bb820a605dca337f4610f5d20a4 (diff) | |
| download | mate-media-3ae6314f2574b99ea70f7ecffb7740526db5011c.tar.bz2 mate-media-3ae6314f2574b99ea70f7ecffb7740526db5011c.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 da2b48b..473beb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-media - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -158,6 +159,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 |
