blob: 74141af0cc7462b3ff7fc60aaabd7d36b85b11c8 [file] [log] [blame]
Johannes Schindelinb819f1d2019-01-29 06:19:38 -08001#!/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
Johannes Schindelindf5fed92022-06-13 13:13:07 +000010group Build make artifacts-tar ARTIFACTS_DIRECTORY="$1"
Johannes Schindelinb819f1d2019-01-29 06:19:38 -080011
12check_unignored_build_artifacts