Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/37bf169dab81e00fb0c3fd6b35c992684f018c11
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/37bf169dab81e00fb0c3fd6b35c992684f018c11
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/37bf169dab81e00fb0c3fd6b35c992684f018c11
The branch, master has been updated
via 37bf169dab81e00fb0c3fd6b35c992684f018c11 (commit)
from 4f4cb697c39aad2245687ecd4aeea88f2a56aef6 (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=37bf169dab81e00fb0c3fd6b35c992684f018c11
commit 37bf169dab81e00fb0c3fd6b35c992684f018c11
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
attempt to fix ci system coverage target for new version of gcovr
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index 42173c3..db406f8 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -166,7 +166,7 @@ ${MAKE} Q= clean HOST=${HOST} VARIANT=${VARIANT}
if [ "x${HOST}" = "x${TARGET_COVERAGE}" ]; then
# Coverage Build
CFLAGS=-Wno-error ${MAKE} Q= HOST=${HOST} VARIANT=${VARIANT} coverage
- gcovr -v -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -e '.*test/.*'
-o coverage.xml
+ gcovr -v -x -e 'test/.*' -r . -o coverage.xml
elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
# static build
-----------------------------------------------------------------------
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 42173c3..db406f8 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -166,7 +166,7 @@ ${MAKE} Q= clean HOST=${HOST} VARIANT=${VARIANT}
if [ "x${HOST}" = "x${TARGET_COVERAGE}" ]; then
# Coverage Build
CFLAGS=-Wno-error ${MAKE} Q= HOST=${HOST} VARIANT=${VARIANT} coverage
- gcovr -v -x -r build-${BUILD}-${HOST}-${VARIANT}-lib-static -e '.*test/.*'
-o coverage.xml
+ gcovr -v -x -e 'test/.*' -r . -o coverage.xml
elif [ "x${HOST}" = "x${TARGET_STATIC}" ]; then
# static build
--
NetSurf Project build system
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org