ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'.

This commit is contained in:
Erik de Castro Lopo 2015-02-24 18:14:12 +11:00
parent 1ddeb2640e
commit 64d4322b66

View File

@ -11,4 +11,7 @@ set -x
./configure
# Should do 'distcheck' here instead of 'check', but 'distcheck' is currently busted.
V=1 make clean check
V=1 make clean distcheck
# Since we're doing 'make distcheck' we remove the generated source tarball.
rm -f flac-*.tar.xz