ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'.
This commit is contained in:
parent
1ddeb2640e
commit
64d4322b66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user