summaryrefslogtreecommitdiff
path: root/ci/run-static-analysis.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-01-27 23:26:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-01-28 18:34:28 (GMT)
commiteaa62291fff35f3b33780a1572ee6e1a265adb4c (patch)
tree98edf052cae3c1f88ea142adebcd90ef9ba6e898 /ci/run-static-analysis.sh
parentb011fabd6e07f200ed3a0a117caa409e44aba10f (diff)
downloadgit-eaa62291fff35f3b33780a1572ee6e1a265adb4c.zip
git-eaa62291fff35f3b33780a1572ee6e1a265adb4c.tar.gz
git-eaa62291fff35f3b33780a1572ee6e1a265adb4c.tar.bz2
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>
Diffstat (limited to 'ci/run-static-analysis.sh')
-rwxr-xr-xci/run-static-analysis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh
index dc189c7..a19aa7e 100755
--- a/ci/run-static-analysis.sh
+++ b/ci/run-static-analysis.sh
@@ -5,7 +5,7 @@
. ${0%/*}/lib.sh
-make --jobs=2 coccicheck
+make coccicheck
set +x