diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-29 20:48:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-29 20:48:15 +0000 |
| commit | b029a34f13b6091eecec856ebea3797839756828 (patch) | |
| tree | 7c7b40dde8afb58b33cfd7b59354937822394a65 | |
| parent | 4a0b02efe10d027e6692b3877ccd5470a9aaee3e (diff) | |
Add cov-build script.
| -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 |
