Skip to content

Commit

Permalink
travis: set CI for distcheck
Browse files Browse the repository at this point in the history
on distcheck TM test is called but it can fail under Travis.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>
  • Loading branch information
muvarov committed Oct 15, 2018
1 parent f167ad8 commit 55c88a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci/distcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ 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 DISTCHECK__CONFIGURE_FLAGS=--disable-abi-compat

0 comments on commit 55c88a4

Please sign in to comment.