Johannes Schindelin | b819f1d | 2019-01-29 06:19:38 -0800 | [diff] [blame] | 1 | #!/bin/sh |
2 | # | ||||
3 | # Build Git and store artifacts for testing | ||||
4 | # | ||||
5 | |||||
6 | mkdir -p "$1" # in case ci/lib.sh decides to quit early | ||||
7 | |||||
8 | . ${0%/*}/lib.sh | ||||
9 | |||||
Johannes Schindelin | df5fed9 | 2022-06-13 13:13:07 +0000 | [diff] [blame] | 10 | group Build make artifacts-tar ARTIFACTS_DIRECTORY="$1" |
Johannes Schindelin | b819f1d | 2019-01-29 06:19:38 -0800 | [diff] [blame] | 11 | |
12 | check_unignored_build_artifacts |