wmbusmeters/check.sh

7 wiersze
143 B
Bash
Executable File

#!/bin/bash
# Build with static analysis tool Coverity
make clean
rm -rf cov-int
cov-build --dir cov-int make
tar czvf wmbusmeters.tgz cov-int