From 6f5ef63a09af855794bcb32a95b2884fd80e1eaa Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 29 Apr 2019 00:24:15 +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 b88c6d0..ab7c21e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,6 +84,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-session-manager - clang - clang-tools + - cppcheck - gcc - git - intltool @@ -178,6 +179,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