aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-common.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-01-23 15:44:07 +0100
committerGaëtan Gilbert2018-01-30 14:13:27 +0100
commitfface0eef97f9a9d9c4dbf193598909b0a62e6ca (patch)
tree9882ed368bd039fcbedf8b4336bc46616559d94f /dev/ci/ci-common.sh
parent2e798fb83db743ce44350af6f7f9442811f374ad (diff)
Put default value for NJOBS in ci-common.
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"