aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-common.sh
diff options
context:
space:
mode:
authorMaxime Dénès2018-01-31 07:44:31 +0100
committerMaxime Dénès2018-01-31 07:44:31 +0100
commit556360215c910c8ae6d14b3582330fda055fff53 (patch)
tree0e9e7314b7e3dcfcb9ae5275f671d6188831229b /dev/ci/ci-common.sh
parent1e39f1323a79d1a06ba0db9fd110710e9176ddbd (diff)
parentfface0eef97f9a9d9c4dbf193598909b0a62e6ca (diff)
Merge PR #6641: ci-compcert.sh: use default value for NJOBS when installing menhir.
Diffstat (limited to 'dev/ci/ci-common.sh')
-rw-r--r--dev/ci/ci-common.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh
index 1838db5d01..05fa33e972 100644
--- a/dev/ci/ci-common.sh
+++ b/dev/ci/ci-common.sh
@@ -2,6 +2,10 @@
set -xe
+# default value for NJOBS
+: "${NJOBS:=1}"
+export NJOBS
+
if [ -n "${GITLAB_CI}" ];
then
export COQBIN="$PWD/_install_ci/bin"