Second batch for 2.19 cycle
[git.git] / ci / run-build-and-tests.sh
blob4b04c75b7f81a749c0d48674b8e2042abe5769eb
1 #!/bin/sh
3 # Build and test Git
6 . ${0%/*}/lib-travisci.sh
8 ln -s "$cache_dir/.prove" t/.prove
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
20 check_unignored_build_artifacts
22 save_good_tree