mirror of https://github.com/cutefishos/calamares
Add cppcheck script to CI.
parent
51a74a602d
commit
368f1d1106
@ -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