Skip to content

Commit

Permalink
ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Feb 24, 2015
1 parent 1ddeb26 commit 64d4322
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/flac-autotool.sh
Expand Up @@ -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

0 comments on commit 64d4322

Please sign in to comment.