diff options
| author | Maxime Dénès | 2017-12-21 10:34:49 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-21 10:34:49 +0100 |
| commit | 2ded75b9b51aa9607cf2a123d6f8ae42a141e97a (patch) | |
| tree | 4fa380ed2022c565d1688f8bdbc424577f34f64d /dev/ci/ci-equations.sh | |
| parent | e2d1c676b23a335b4fb8a528c99dfca2b82a1a39 (diff) | |
| parent | cf04e49c5426da3ea684f8e545652803106af0c2 (diff) | |
Merge PR #6474: Fix CI with parallel make (messed up dependencies)
Diffstat (limited to 'dev/ci/ci-equations.sh')
| -rwxr-xr-x | dev/ci/ci-equations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh index f7470463d9..62854afac6 100755 --- a/dev/ci/ci-equations.sh +++ b/dev/ci/ci-equations.sh @@ -7,4 +7,4 @@ Equations_CI_DIR=${CI_BUILD_DIR}/Equations git_checkout ${Equations_CI_BRANCH} ${Equations_CI_GITURL} ${Equations_CI_DIR} -( cd ${Equations_CI_DIR} && coq_makefile -f _CoqProject -o Makefile && make -j ${NJOBS} && make -j ${NJOBS} test-suite && make -j ${NJOBS} examples && make install) +( cd ${Equations_CI_DIR} && coq_makefile -f _CoqProject -o Makefile && make && make test-suite && make examples && make install) |
