From 9bc9d8a857ea1cc04f074ec6a84440765492ab73 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 6 Dec 2019 12:10:23 +0100 Subject: Travis CI: enable 'cppcheck' in debian --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.1