From f6b06ba4ef87d2c62fe47fe8ffe4e240b37c8fc1 Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Thu, 4 Oct 2018 16:58:25 +0300 Subject: travis: export CI for first distcheck scripts runs 2 distchecks but only for second one CI was exported. Signed-off-by: Maxim Uvarov --- scripts/ci/distcheck.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/ci/distcheck.sh b/scripts/ci/distcheck.sh index c6e0f4ea8..c78349e2d 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 -- cgit v1.2.3