ci / run-build-and-tests.shon commit Merge branch 'tz/doc-show-defaults-to-head' into maint (9c34129)
   1#!/bin/sh
   2#
   3# Build and test Git
   4#
   5
   6. ${0%/*}/lib-travisci.sh
   7
   8ln -s $HOME/travis-cache/.prove t/.prove
   9
  10make --jobs=2
  11make --quiet test
  12if test "$jobname" = "linux-gcc"
  13then
  14        GIT_TEST_SPLIT_INDEX=YesPlease make --quiet test
  15fi
  16
  17check_unignored_build_artifacts
  18
  19save_good_tree