mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
#8763 Refix hudson script
This commit is contained in:
@ -13,7 +13,9 @@ DOXYGEN=0
|
||||
function run_code_analysis {
|
||||
# Check if cppcheck is installed on the system
|
||||
if [ `which cppcheck &>/dev/null ; echo $?` -ne 1 ] ; then
|
||||
cppcheck -I src/ . --enable=all --xml 2> cppcheck-report.xml
|
||||
pushd src
|
||||
cppcheck . --enable=all --xml 2> cppcheck-report.xml
|
||||
popd
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user