Skip to content

Commit

Permalink
Don't run cppcheck in deb CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed May 2, 2018
1 parent 3e237af commit 9a8365c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/deb/post_build
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cp ${DIRECTORY}/filtered.info "${WORKSPACE}/build/coverage.info"
./lcov_cobertura ${DIRECTORY}/filtered.info -b "${WORKSPACE}"
rm -rf ${DIRECTORY}

cppcheck -q --xml --xml-version=2 --enable=all \
-i "${WORKSPACE}/tests/tools" \
"${WORKSPACE}/src/" "${WORKSPACE}/tests/" "${WORKSPACE}/wrappers/" \
2> ${WORKSPACE}/build/cppcheck.xml
#cppcheck -q --xml --xml-version=2 --enable=all \
# -i "${WORKSPACE}/tests/tools" \
# "${WORKSPACE}/src/" "${WORKSPACE}/tests/" "${WORKSPACE}/wrappers/" \
# 2> ${WORKSPACE}/build/cppcheck.xml

0 comments on commit 9a8365c

Please sign in to comment.