use an hardcoded path

This commit is contained in:
Sylvestre Ledru 2013-09-29 18:03:17 +00:00
parent 7353a3593a
commit 185a38a75a

9
debian/rules vendored
View File

@ -81,13 +81,8 @@ ifneq (,$(filter coverity,$(DEB_BUILD_OPTIONS)))
# enable the build using coverity # enable the build using coverity
# pbuilder contains BINDMOUNTS="/opt/cov-analysis/" # pbuilder contains BINDMOUNTS="/opt/cov-analysis/"
# And we have some pbuilder hooks to configure and pack the result # And we have some pbuilder hooks to configure and pack the result
# Where the binaries are installed on the jenkins instance or on the # Where the binaries are installed on the jenkins instance
# developer workstation (with the PATH) PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int
if test -d /opt/cov-analysis/bin/; then \
PRE_PROCESS=/opt/cov-analysis/bin/cov-build --dir cov-int; \
else \
PRE_PROCESS=cov-build --dir cov-int; \
fi
# no need to run tests in this case # no need to run tests in this case
DEB_BUILD_OPTIONS+=" nocheck" DEB_BUILD_OPTIONS+=" nocheck"
endif endif