diff options
| author | Gaëtan Gilbert | 2018-01-23 15:44:07 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-01-30 14:13:27 +0100 |
| commit | fface0eef97f9a9d9c4dbf193598909b0a62e6ca (patch) | |
| tree | 9882ed368bd039fcbedf8b4336bc46616559d94f /dev/ci/ci-common.sh | |
| parent | 2e798fb83db743ce44350af6f7f9442811f374ad (diff) | |
Put default value for NJOBS in ci-common.
Diffstat (limited to 'dev/ci/ci-common.sh')
| -rw-r--r-- | dev/ci/ci-common.sh | 4 |
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" |
