ci / run-build-and-tests.shon commit pack-objects: move in_pack out of struct object_entry (43fa44f)
   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