Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/2b05492d78c439ecb...
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/2b05492d78c439ecb67...
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/2b05492d78c439ecb679f...
The branch, master has been updated
via 2b05492d78c439ecb679f1e3721ba65a909ad054 (commit)
from ba62b2b494f7ec7fef9d0936cbef7bdeaa80e2fc (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=2b05492d78c439e...
commit 2b05492d78c439ecb679f1e3721ba65a909ad054
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Set the gcov coverage conversion to the correct source root
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 7be5d46..e831ce2 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 . -o coverage.xml
+ gcovr -x -r build-${BUILD}-${HOST}-${VARIANT} -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 7be5d46..e831ce2 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 . -o coverage.xml
+ gcovr -x -r build-${BUILD}-${HOST}-${VARIANT} -o coverage.xml
elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
--
NetSurf Project build system