1#!/bin/sh
2#
3# Build and test Git
4#
56
. ${0%/*}/lib-travisci.sh
78
ln -s "$cache_dir/.prove" t/.prove
910
make --jobs=2
11make test
12if test "$jobname" = "linux-gcc"
13then
14export GIT_TEST_SPLIT_INDEX=yes
15export GIT_TEST_FULL_IN_PACK_ARRAY=true
16export GIT_TEST_OE_SIZE=10
17export GIT_TEST_OE_DELTA_SIZE=5
18export GIT_TEST_COMMIT_GRAPH=1
19export GIT_TEST_MULTI_PACK_INDEX=1
20make test
21fi
2223
check_unignored_build_artifacts
2425
save_good_tree