ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
[gitweb.git] / ci / run-build-and-tests.sh
index 2a5bff4a1ca3de1dfca6cecb9d2016173f4fdea5..80d72d120f6fa9131859ce4433562fb4ab91ef35 100755 (executable)
@@ -3,11 +3,11 @@
 # Build and test Git
 #
 
-. ${0%/*}/lib-travisci.sh
+. ${0%/*}/lib.sh
 
 ln -s "$cache_dir/.prove" t/.prove
 
-make --jobs=2
+make
 make --quiet test
 if test "$jobname" = "linux-gcc"
 then
@@ -15,6 +15,8 @@ then
        export GIT_TEST_FULL_IN_PACK_ARRAY=true
        export GIT_TEST_OE_SIZE=10
        export GIT_TEST_OE_DELTA_SIZE=5
+       export GIT_TEST_COMMIT_GRAPH=1
+       export GIT_TEST_MULTI_PACK_INDEX=1
        make --quiet test
 fi