Git 2.21-rc0
[git.git] / ci / make-test-artifacts.sh
blob646967481f6d7807f03bea13dc9df8137da7b453
1 #!/bin/sh
3 # Build Git and store artifacts for testing
6 mkdir -p "$1" # in case ci/lib.sh decides to quit early
8 . ${0%/*}/lib.sh
10 make artifacts-tar ARTIFACTS_DIRECTORY="$1"
12 check_unignored_build_artifacts