forked from github/server
add include directories for cppcheck
This commit is contained in:
parent
5ad66d6b7a
commit
0c1562c14f
|
@ -20,7 +20,7 @@ set -e
|
||||||
[ -z $BUILD ] && BUILD=Debug ; export BUILD
|
[ -z $BUILD ] && BUILD=Debug ; export BUILD
|
||||||
s/cmake-init
|
s/cmake-init
|
||||||
cppcheck --version
|
cppcheck --version
|
||||||
cppcheck --quiet --error-exitcode=1 src
|
cppcheck --quiet -Isrc -Iclibs -Istorage -IcJSON --error-exitcode=1 src
|
||||||
s/build
|
s/build
|
||||||
cd process
|
cd process
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue