forked from github/server
add scan-build to travis build
This commit is contained in:
parent
148146d94e
commit
dba46ac480
2 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,7 @@ addons:
|
||||||
- libxml2-dev
|
- libxml2-dev
|
||||||
- valgrind
|
- valgrind
|
||||||
- cppcheck
|
- cppcheck
|
||||||
|
- clang-tools
|
||||||
- shellcheck
|
- shellcheck
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue