From 6c51f06d84bb50014a7c1ac762b2f648389470bd Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 24 Apr 2019 15:38:52 +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 2326e40c..1c5a6cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,6 +85,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/marco - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -191,6 +192,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 --force . + - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then -- cgit v1.2.1