Add file ci/flac-autotool.sh.

Currently only does 'make check' because 'make distcheck' is currently
broken.
This commit is contained in:
Erik de Castro Lopo
2015-02-21 08:47:41 +11:00
parent c431a6c581
commit ffcda161ad

14
ci/flac-autotool.sh Executable file
View File

@@ -0,0 +1,14 @@
# 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 check