SubmittingPatches: replace numbered attributes with names
[git.git] / ci / run-build-and-tests.sh
blob3735ce413f1835b3222fab05ba9ff5ab5205c2c0
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 GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
17 check_unignored_build_artifacts
19 save_good_tree