wmbusmeters/check.sh

7 wiersze
143 B
Bash
Czysty Zwykły widok Historia

2019-01-04 21:27:51 +00:00
#!/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