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-compcert.sh | |
| parent | 2e798fb83db743ce44350af6f7f9442811f374ad (diff) | |
Put default value for NJOBS in ci-common.
Diffstat (limited to 'dev/ci/ci-compcert.sh')
| -rwxr-xr-x | dev/ci/ci-compcert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh index fc3cef3426..6a0ce2aefa 100755 --- a/dev/ci/ci-compcert.sh +++ b/dev/ci/ci-compcert.sh @@ -5,7 +5,7 @@ source ${ci_dir}/ci-common.sh CompCert_CI_DIR=${CI_BUILD_DIR}/CompCert -opam install -j ${NJOBS} -y menhir +opam install -j "$NJOBS" -y menhir git_checkout ${CompCert_CI_BRANCH} ${CompCert_CI_GITURL} ${CompCert_CI_DIR} ( cd ${CompCert_CI_DIR} && ./configure -ignore-coq-version x86_32-linux && make && make check-proof ) |
