repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
alloc: add repository argument to alloc_commit_index
[git/raj.git]
/
ci
/
run-build-and-tests.sh
blob
3735ce413f1835b3222fab05ba9ff5ab5205c2c0
1
#!/bin/sh
2
#
3
# Build and test Git
4
#
5
6
.
${0%/*}
/
lib-travisci.sh
7
8
ln
-s
"
$cache_dir
/.prove"
t
/
.prove
9
10
make
--jobs
=
2
11
make
--quiet test
12
if
test
"
$jobname
"
=
"linux-gcc"
13
then
14
GIT_TEST_SPLIT_INDEX
=
YesPlease
make
--quiet test
15
fi
16
17
check_unignored_build_artifacts
18
19
save_good_tree