calamares/ci/cppcheck.sh

4 lines
107 B
Bash
Raw Normal View History

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