From af9f263266f2adf28e3f5e5c28d200affeec7b0c Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 20 Nov 2017 08:41:17 +0100 Subject: [PATCH] add cppcheck to travis build --- .travis.yml | 1 + s/travis-build | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 78aaf3648..a6b898c6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ addons: - libsqlite3-dev - libxml2-dev - valgrind + - cppcheck os: - linux notifications: diff --git a/s/travis-build b/s/travis-build index 438f2ce36..aa29be7fc 100755 --- a/s/travis-build +++ b/s/travis-build @@ -22,6 +22,7 @@ s/cmake-init s/build cd $ROOT inifile +cppcheck --quiet --error-exitcode=1 src s/runtests -V - integration_tests +