summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2015-02-24 18:14:12 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-02-24 18:32:07 +1100
commit64d4322b66052a399f73cb857b01def800ef3ca4 (patch)
tree4a2271d895f3a6850c0634cea9b222952aad8859 /ci
parent1ddeb2640eb9f6765f778d94bb0ad9ff633dae16 (diff)
downloadflac-64d4322b66052a399f73cb857b01def800ef3ca4.tar.gz
ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'.
Diffstat (limited to 'ci')
-rwxr-xr-xci/flac-autotool.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/flac-autotool.sh b/ci/flac-autotool.sh
index e77c6cec..dafe29f7 100755
--- a/ci/flac-autotool.sh
+++ b/ci/flac-autotool.sh
@@ -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