repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Git 2.31-rc1
[alt-git.git]
/
ci
/
make-test-artifacts.sh
blob
646967481f6d7807f03bea13dc9df8137da7b453
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
10
make
artifacts-tar ARTIFACTS_DIRECTORY
=
"
$1
"
11
12
check_unignored_build_artifacts