From 29bf4d9eaa31ee2ad64453267de60beffacde186 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 6 May 2019 15:56:20 +0200 Subject: travis: enable 'cppcheck' in debian --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 82bb5aa..c6f1a49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-settings-daemon - clang - clang-tools + - cppcheck - gcc - g++ - git @@ -213,6 +214,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-desktop-1.21.2' . + - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then -- cgit v1.2.1