calamares/ci/cppcheck.sh

4 lines
107 B
Bash
Raw Normal View History

2015-09-27 15:37:08 +02:00
#!/bin/bash
cd "$WORKSPACE"
cppcheck --enable=all --inconclusive --xml --xml-version=2 src 2> cppcheck.xml