summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2022-05-30 09:48:46 -0700
committerRalph Giles <giles@thaumas.net>2022-05-30 20:32:03 -0700
commitc2daa371041305ffa85bef7d32b97c93890c696e (patch)
tree1f9e4aee5d657013a49f98fd9aec954efb9ff992
parent9fbccc90893c06d5cefa8c1d479194ce3aeda38c (diff)
downloadflac-c2daa371041305ffa85bef7d32b97c93890c696e.tar.gz
Remove obsolete ci/flac-autotool.sh
I think this is from the jenkins era. For a while we tried to consolidate continuous-integration build descriptions across services, but the formats are different enough that it's been easier to use separate, per-service implementations. In any case, this isn't used any more so there's no reason to keep it around.
-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