ci: use distcheck script

I forgot to enable this when I rebased the original version

Differential Revision: https://phab.enlightenment.org/D6877
This commit is contained in:
Mike Blumenkrantz 2018-08-20 17:01:32 -04:00 committed by Stefan Schmidt
parent 6bd3bcebe6
commit 48c12cba5c
1 changed files with 1 additions and 1 deletions

View File

@ -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"