summaryrefslogtreecommitdiff
path: root/ci/flac-autotool.sh
blob: dafe29f7b7f79c5f84ea6b8d3f4b5575c53c2256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Continuous integration build script for FLAC.
# This script is run by automated frameworks to verify commits
# see https://mf4.xiph.org/jenkins/job/flac/

# This is intended to be run from the top-level source directory.

set -x

./autogen.sh

./configure

# Should do 'distcheck' here instead of 'check', but 'distcheck' is currently busted.
V=1 make clean distcheck

# Since we're doing 'make distcheck' we remove the generated source tarball.
rm -f flac-*.tar.xz