diff --git a/ci/cppcheck.sh b/ci/cppcheck.sh new file mode 100644 index 000000000..e55e97ee4 --- /dev/null +++ b/ci/cppcheck.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd "$WORKSPACE" +cppcheck --enable=all --inconclusive --xml --xml-version=2 src 2> cppcheck.xml \ No newline at end of file