Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/85a1a7673f7dda152...
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/85a1a7673f7dda152f1...
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/85a1a7673f7dda152f120...
The branch, master has been updated
via 85a1a7673f7dda152f1209891bdacfabe0bfa39d (commit)
from 12e8dfbfc478bc6d2f8f29466a1e793b86ccf3be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/buildsystem.git/commit/?id=85a1a7673f7dda1...
commit 85a1a7673f7dda152f1209891bdacfabe0bfa39d
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Try different approach to get coverage conversion correct
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 866afb3..ae2dfec 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -154,7 +154,7 @@ ${MAKE} Q= clean HOST=${HOST} VARIANT=${VARIANT}
if [ "x${HOST}" = "x${TARGET_COVERAGE}" ]; then
# Coverage Build
${MAKE} Q= HOST=${HOST} VARIANT=${VARIANT} coverage
- gcovr -x -r build-${HOST}-${VARIANT}-lib-static -o coverage.xml
+ gcovr -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -o coverage.xml
elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
-----------------------------------------------------------------------
Summary of changes:
citools/jenkins-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 866afb3..ae2dfec 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -154,7 +154,7 @@ ${MAKE} Q= clean HOST=${HOST} VARIANT=${VARIANT}
if [ "x${HOST}" = "x${TARGET_COVERAGE}" ]; then
# Coverage Build
${MAKE} Q= HOST=${HOST} VARIANT=${VARIANT} coverage
- gcovr -x -r build-${HOST}-${VARIANT}-lib-static -o coverage.xml
+ gcovr -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -o coverage.xml
elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
--
NetSurf Project build system