8190a753de3e99231c8284eb5e1b8f216cc89251
   1#!/bin/sh
   2#
   3# Build and test Git
   4#
   5
   6. ${0%/*}/lib-travisci.sh
   7
   8ln -s "$cache_dir/.prove" t/.prove
   9
  10make --jobs=2
  11make --quiet test
  12if test "$jobname" = "linux-gcc"
  13then
  14        GIT_TEST_SPLIT_INDEX=yes make --quiet test
  15fi
  16
  17check_unignored_build_artifacts
  18
  19save_good_tree