From 741d0b692910ceab338b4b67e440c6ae426ab1f6 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 19 Apr 2019 00:13:07 +0200 Subject: travis: enable 'cppcheck' in debian --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2f4ec56..918e0be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,7 @@ requires: # Useful URL: https://salsa.debian.org/debian-mate-team/mate-calc - clang - clang-tools + - cppcheck - gcc - git - libatk1.0-dev @@ -149,6 +150,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