]> git.ipfire.org Git - thirdparty/git.git/blame - ci/run-build-and-tests.sh
Merge branch 'sg/t3420-autostash-fix'
[thirdparty/git.git] / ci / run-build-and-tests.sh
CommitLineData
657343a6
LS
1#!/bin/sh
2#
3c93b829 3# Build and test Git
657343a6
LS
4#
5
6. ${0%/*}/lib-travisci.sh
7
b2cbaa09
SG
8ln -s "$cache_dir/.prove" t/.prove
9
3c93b829 10make --jobs=2
657343a6 11make --quiet test
ae59a4e4
TG
12if test "$jobname" = "linux-gcc"
13then
f6a5576d
NTND
14 export GIT_TEST_SPLIT_INDEX=yes
15 export GIT_TEST_FULL_IN_PACK_ARRAY=true
16 export GIT_TEST_OE_SIZE=10
9ac3f0e5 17 export GIT_TEST_OE_DELTA_SIZE=5
f6a5576d 18 make --quiet test
ae59a4e4 19fi
9cc2c76f 20
b92cb86e
SG
21check_unignored_build_artifacts
22
9cc2c76f 23save_good_tree