summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/flac-autotool.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/ci/flac-autotool.sh b/ci/flac-autotool.sh
deleted file mode 100755
index dafe29f7..00000000
--- a/ci/flac-autotool.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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