Merge branch 'jk/submodule-name-verify-fix' into jk/submodule-name-verify-fsck
[git] / ci / run-build-and-tests.sh
1 #!/bin/sh
2 #
3 # Build and test Git
4 #
5
6 . ${0%/*}/lib-travisci.sh
7
8 ln -s "$cache_dir/.prove" t/.prove
9
10 make --jobs=2
11 make --quiet test
12 if test "$jobname" = "linux-gcc"
13 then
14         GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
15 fi
16
17 check_unignored_build_artifacts
18
19 save_good_tree