]> git.ipfire.org Git - thirdparty/git.git/commit - ci/run-static-analysis.sh
ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 27 Jan 2019 23:26:52 +0000 (15:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jan 2019 18:34:28 +0000 (10:34 -0800)
commiteaa62291fff35f3b33780a1572ee6e1a265adb4c
tree98edf052cae3c1f88ea142adebcd90ef9ba6e898
parentb011fabd6e07f200ed3a0a117caa409e44aba10f
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>
ci/lib.sh
ci/run-build-and-tests.sh
ci/run-linux32-build.sh
ci/run-static-analysis.sh
ci/test-documentation.sh