ci: inherit --jobs via MAKEFLAGS in run-build-and-tests

Let's not decide in the generic ci/ part how many jobs to run in
parallel; different CI configurations would favor a different number of
parallel jobs, and it is easy enough to hand that information down via
the `MAKEFLAGS` variable.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin
2019-01-27 15:26:52 -08:00
committed by Junio C Hamano
parent b011fabd6e
commit eaa62291ff
5 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,7 @@
. ${0%/*}/lib.sh
make --jobs=2 coccicheck
make coccicheck
set +x