summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-07-23 01:05:46 +0200
committerPablo Barciela <[email protected]>2019-07-23 01:05:46 +0200
commit269d1773c3905d3ff32bdcd8c1762997201f8f79 (patch)
treeeaabe42639a458fc82bfdf7230cbde8e1e9f7ab0
parentcfd211b98aa4a74d753743ff51acecbd5b8a9812 (diff)
downloadcaja-dropbox-269d1773c3905d3ff32bdcd8c1762997201f8f79.tar.bz2
caja-dropbox-269d1773c3905d3ff32bdcd8c1762997201f8f79.tar.xz
travis: enable 'cppcheck' in debian
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b7286f8..3c1dfc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,6 +80,7 @@ requires:
# Useful URL: https://salsa.debian.org/debian-mate-team/caja-dropbox
- clang
- clang-tools
+ - cppcheck
- gcc
- git
- libcaja-extension-dev
@@ -139,6 +140,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