pack-objects: clarify the use of object_entry::size
[gitweb.git] / ci / run-build-and-tests.sh
index d3a094603f030752ccb8bd49dd5d855a3a10c36c..8190a753de3e99231c8284eb5e1b8f216cc89251 100755 (executable)
@@ -5,10 +5,14 @@
 
 . ${0%/*}/lib-travisci.sh
 
-ln -s $HOME/travis-cache/.prove t/.prove
+ln -s "$cache_dir/.prove" t/.prove
 
 make --jobs=2
 make --quiet test
+if test "$jobname" = "linux-gcc"
+then
+       GIT_TEST_SPLIT_INDEX=yes make --quiet test
+fi
 
 check_unignored_build_artifacts