travis-ci: don't be '--quiet' when running the tests
[git.git] / ci / run-build-and-tests.sh
blob84431c097eb8dffa1b540ee61d6c047239afd18a
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 test
12 if test "$jobname" = "linux-gcc"
13 then
14 export GIT_TEST_SPLIT_INDEX=yes
15 export GIT_TEST_FULL_IN_PACK_ARRAY=true
16 export GIT_TEST_OE_SIZE=10
17 export GIT_TEST_OE_DELTA_SIZE=5
18 export GIT_TEST_COMMIT_GRAPH=1
19 export GIT_TEST_MULTI_PACK_INDEX=1
20 make test
23 check_unignored_build_artifacts
25 save_good_tree