aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcwg-binutils-testing.yaml5
-rw-r--r--tcwg-binutils.yaml5
2 files changed, 10 insertions, 0 deletions
diff --git a/tcwg-binutils-testing.yaml b/tcwg-binutils-testing.yaml
index 770323b12a..54af75ae88 100644
--- a/tcwg-binutils-testing.yaml
+++ b/tcwg-binutils-testing.yaml
@@ -106,6 +106,8 @@
cd build-$target
result=0
jobs=$(getconf _NPROCESSORS_ONLN)
+ echo BUILD STARTED $(date)
+
# If configure or build fails, the execution will stop
# because of 'set -e'. But for 'make check' we want to
# execute all the tests, and report if there were some
@@ -117,6 +119,9 @@
sums=`find . -name "*.sum"`
[ x"$sums" != x ] && egrep '^FAIL:|^XPASS:' $sums || true
[ x"$sums" != x ] && tail $sums
+
+ echo BUILD FINISHED $(date)
+
exit $result
publishers:
- email:
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index d97d1dcfb8..ff86482de8 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -106,6 +106,8 @@
cd build-$target
result=0
jobs=$(getconf _NPROCESSORS_ONLN)
+ echo BUILD STARTED $(date)
+
# If configure or build fails, the execution will stop
# because of 'set -e'. But for 'make check' we want to
# execute all the tests, and report if there were some
@@ -116,6 +118,9 @@
sums=`find . -name "*.sum"`
[ x"$sums" != x ] && egrep '^FAIL:|^XPASS:' $sums || true
[ x"$sums" != x ] && tail $sums
+
+ echo BUILD FINISHED $(date)
+
exit $result
publishers:
- email: