summaryrefslogtreecommitdiff
path: root/ci/run-build-and-tests.sh
blob: 3e23e65f9eed88d1251c9ae32cb9a24e28da8ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# Build and test Git
#
 
. ${0%/*}/lib-travisci.sh
 
ln -s $HOME/travis-cache/.prove t/.prove
 
make --jobs=2
make --quiet test
if test "$jobname" = "linux-gcc"
then
	GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
fi
 
check_unignored_build_artifacts
 
save_good_tree