]> git.ipfire.org Git - thirdparty/git.git/blame - ci/run-build-and-tests.sh
Sync with 2.16.6
[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
14 GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
15fi
9cc2c76f 16
b92cb86e
SG
17check_unignored_build_artifacts
18
9cc2c76f 19save_good_tree