From b029a34f13b6091eecec856ebea3797839756828 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 29 Jan 2015 20:48:15 +0000 Subject: Add cov-build script. --- hacks/coverity | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hacks/coverity 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 -- cgit v1.2.3