projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'nd/command-list'
[git]
/
ci
/
run-build-and-tests.sh
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
export GIT_TEST_SPLIT_INDEX=yes
15
export GIT_TEST_FULL_IN_PACK_ARRAY=true
16
export GIT_TEST_OE_SIZE=10
17
make --quiet test
18
fi
19
20
check_unignored_build_artifacts
21
22
save_good_tree