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

4
debian/rules vendored
View File

@ -81,8 +81,8 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
# enable the build using coverity
# 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
# Where the binaries are installed on the jenkins instance
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