From 48c12cba5c9d12c075d73c7cef9b91d79f21d72a Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Aug 2018 17:01:32 -0400 Subject: [PATCH] ci: use distcheck script I forgot to enable this when I rebased the original version Differential Revision: https://phab.enlightenment.org/D6877 --- .ci/ci-make-distcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/ci-make-distcheck.sh b/.ci/ci-make-distcheck.sh index c5b2d9750c..83541ba577 100755 --- a/.ci/ci-make-distcheck.sh +++ b/.ci/ci-make-distcheck.sh @@ -10,7 +10,7 @@ if [ "$DISTRO" != "" ] ; then docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 --env CC="ccache gcc" \ --env CXX="ccache g++" \ --env CFLAGS="-fdirectives-only" --env CXXFLAGS="-fdirectives-only" \ - --env LD="ld.gold" $(cat $HOME/cid) make distcheck || \ + --env LD="ld.gold" $(cat $HOME/cid) bash -c .ci/distcheck.sh || \ (sudo cat efl-*/_build/sub/src/test-suite.log; false) else export PATH="/usr/local/opt/ccache/libexec:$(brew --prefix gettext)/bin:$PATH"