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 - libxml2-dev
- valgrind - valgrind
- cppcheck - cppcheck
- clang-tools
- shellcheck - shellcheck
os: os:
- linux - linux

View file

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