Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
ci
/
make-test-artifacts.sh
Code
Commits
Pulls
CI/CD
81,348
maint
bisect
jch
maint
master
next
seen
test
todo
sh
12 lines
223 Bytes
Copy permalink
Copy
Raw
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
group Build make artifacts-tar
ARTIFACTS_DIRECTORY
=
"
$1
"
11
12
check_unignored_build_artifacts