diff options
| -rw-r--r-- | hacks/coverity | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hacks/coverity b/hacks/coverity new file mode 100644 index 000000000..ea1c649da --- /dev/null +++ b/hacks/coverity @@ -0,0 +1,4 @@ +#!/bin/bash +./waf clean +~/src/cov-analysis-linux64-7.6.0/bin/cov-build --dir cov-int ./waf +tar czvf dcpomatic2.tar.gz cov-int |
