]> git.ipfire.org Git - thirdparty/git.git/blame - ci/make-test-artifacts.sh
ci: convert "install-dependencies.sh" to use "/bin/sh"
[thirdparty/git.git] / ci / make-test-artifacts.sh
CommitLineData
b819f1d2
JS
1#!/bin/sh
2#
3# Build Git and store artifacts for testing
4#
5
6mkdir -p "$1" # in case ci/lib.sh decides to quit early
7
8. ${0%/*}/lib.sh
9
df5fed9c 10group Build make artifacts-tar ARTIFACTS_DIRECTORY="$1"
b819f1d2
JS
11
12check_unignored_build_artifacts