diff options
author | Pablo Barciela <[email protected]> | 2019-12-06 12:10:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-08 17:59:44 +0100 |
commit | 9bc9d8a857ea1cc04f074ec6a84440765492ab73 (patch) | |
tree | 0b713a270617123d76b52c6cbc8f42a769fbdd8a /.travis.yml | |
parent | da737b48adc26bad2889fdfe4947aada0d57afd2 (diff) | |
download | libmatemixer-9bc9d8a857ea1cc04f074ec6a84440765492ab73.tar.bz2 libmatemixer-9bc9d8a857ea1cc04f074ec6a84440765492ab73.tar.xz |
Travis CI: 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 c508546..4cc77d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ requires: - autopoint - clang - clang-tools + - cppcheck - gcc - git - libasound2-dev @@ -115,6 +116,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 before_scripts: # Debian - patch intltool-update |