Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/12e8dfbfc478bc6d2...
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/12e8dfbfc478bc6d2f8...
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/12e8dfbfc478bc6d2f8f2...
The branch, master has been updated
via 12e8dfbfc478bc6d2f8f29466a1e793b86ccf3be (commit)
from 2b05492d78c439ecb679f1e3721ba65a909ad054 (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=12e8dfbfc478bc6...
commit 12e8dfbfc478bc6d2f8f29466a1e793b86ccf3be
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
correct the expansion of the target directory for gcov conversion
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index e831ce2..866afb3 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-${BUILD}-${HOST}-${VARIANT} -o coverage.xml
+ gcovr -x -r 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 e831ce2..866afb3 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-${BUILD}-${HOST}-${VARIANT} -o coverage.xml
+ gcovr -x -r build-${HOST}-${VARIANT}-lib-static -o coverage.xml
elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
--
NetSurf Project build system