mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Add file ci/flac-autotool.sh.
Currently only does 'make check' because 'make distcheck' is currently broken.
This commit is contained in:
14
ci/flac-autotool.sh
Executable file
14
ci/flac-autotool.sh
Executable 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
|
||||
Reference in New Issue
Block a user