provide the temporary directory to coverity

This commit is contained in:
Sylvestre Ledru 2013-09-29 18:30:04 +00:00
parent 185a38a75a
commit d1ca05fc0e

2
debian/rules vendored
View File

@ -82,7 +82,7 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
# pbuilder contains BINDMOUNTS="/opt/cov-analysis/"
# And we have some pbuilder hooks to configure and pack the result
# Where the binaries are installed on the jenkins instance
PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int
PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int --tmpdir /tmp/
# no need to run tests in this case
DEB_BUILD_OPTIONS+=" nocheck"
endif