remote.txt: update documentation for 'update' command
[git.git] / ci / run-build-and-tests.sh
blob3e23e65f9eed88d1251c9ae32cb9a24e28da8ebe
1 #!/bin/sh
3 # Build and test Git
6 . ${0%/*}/lib-travisci.sh
8 ln -s $HOME/travis-cache/.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