Add cppcheck script to CI.
This commit is contained in:
parent
51a74a602d
commit
368f1d1106
4
ci/cppcheck.sh
Normal file
4
ci/cppcheck.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$WORKSPACE"
|
||||
cppcheck --enable=all --inconclusive --xml --xml-version=2 src 2> cppcheck.xml
|
Loading…
Reference in New Issue
Block a user