Integrate Github Actions
[flac.git] / ci / flac-autotool.sh
blobdafe29f7b7f79c5f84ea6b8d3f4b5575c53c2256
1 # Continuous integration build script for FLAC.
2 # This script is run by automated frameworks to verify commits
3 # see https://mf4.xiph.org/jenkins/job/flac/
5 # This is intended to be run from the top-level source directory.
7 set -x
9 ./autogen.sh
11 ./configure
13 # Should do 'distcheck' here instead of 'check', but 'distcheck' is currently busted.
14 V=1 make clean distcheck
16 # Since we're doing 'make distcheck' we remove the generated source tarball.
17 rm -f flac-*.tar.xz