Add cppcheck script to CI.

This commit is contained in:
Teo Mrnjavac 2015-09-27 15:37:08 +02:00
parent 51a74a602d
commit 368f1d1106

4
ci/cppcheck.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd "$WORKSPACE"
cppcheck --enable=all --inconclusive --xml --xml-version=2 src 2> cppcheck.xml