add scan-build to travis build

This commit is contained in:
Enno Rehling 2019-01-22 16:17:16 +01:00
parent 148146d94e
commit dba46ac480
2 changed files with 4 additions and 2 deletions

View file

@ -16,6 +16,7 @@ addons:
- libxml2-dev
- valgrind
- cppcheck
- clang-tools
- shellcheck
os:
- linux

View file

@ -33,8 +33,9 @@ set -e
[ -z $BUILD ] && BUILD=Debug ; export BUILD
# cppcheck_tests
s/cmake-init --db=sqlite
s/build
cd process
cd Debug
scan-build make
cd ../process
make
cd $ROOT
inifile