From 42e4aaebc7e1d68915e1617df3c3f7bddf21c488 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 12 Jun 2019 09:33:16 +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 3a827f8..c630635 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-indicator-applet - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -151,6 +152,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