From b05f91050a58b688b615e030f711af1b5845b18b Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 28 May 2019 11:52:12 +0200 Subject: travis: 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 57aa9f1..0a7bb4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,6 +82,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-sensors-applet - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -163,6 +164,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 -- cgit v1.2.1