From 3d6269ebfb318a51b1714d117f31d8a0dca0eed1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 28 Nov 2016 17:24:08 +0000 Subject: [PATCH] travis-ci: Run `make distcheck` too ostree is now actively using that mode. Signed-off-by: Simon McVittie Closes: #600 Approved by: cgwalters --- tests/ci-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ci-build.sh b/tests/ci-build.sh index 675a9a31..e4ec703b 100755 --- a/tests/ci-build.sh +++ b/tests/ci-build.sh @@ -66,10 +66,10 @@ make="make -j${ci_parallel} V=1 VERBOSE=1" ${make} [ "$ci_test" = no ] || ${make} check || maybe_fail_tests cat test/test-suite.log || : -# TODO: if ostree aims to support distcheck, run that too +[ "$ci_test" = no ] || ${make} distcheck || maybe_fail_tests +cat test/test-suite.log || : ${make} install DESTDIR=$(pwd)/DESTDIR - ( cd DESTDIR && find . ) if [ "$ci_sudo" = yes ] && [ "$ci_test" = yes ]; then