This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via f6b06ba4ef87d2c62fe47fe8ffe4e240b37c8fc1 (commit) from 66d4b2811d1742dde1a8b84afdf6ab5914bfd1c6 (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 ----------------------------------------------------------------- commit f6b06ba4ef87d2c62fe47fe8ffe4e240b37c8fc1 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Oct 4 16:58:25 2018 +0300
travis: export CI for first distcheck
scripts runs 2 distchecks but only for second one CI was exported.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/scripts/ci/distcheck.sh b/scripts/ci/distcheck.sh index c6e0f4ea..c78349e2 100755 --- a/scripts/ci/distcheck.sh +++ b/scripts/ci/distcheck.sh @@ -10,12 +10,12 @@ cd "$(dirname "$0")"/../.. ./configure \ --enable-user-guides
-make distcheck - -make clean - # Ignore possible failures there because these tests depends on measurements # and systems might differ in performance. export CI="true"
+make distcheck + +make clean + make distcheck DISTCHECK__CONFIGURE_FLAGS=--disable-abi-compat
-----------------------------------------------------------------------
Summary of changes: scripts/ci/distcheck.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive