Skip to content

Commit

Permalink
travis: enable 'cppcheck' in debian
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Apr 28, 2019
1 parent 35b54a2 commit 1f42b9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ requires:
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-system-monitor
- clang
- clang-tools
- cppcheck
- gcc
- g++
- git
Expand Down Expand Up @@ -172,6 +173,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
Expand Down

0 comments on commit 1f42b9e

Please sign in to comment.