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 /Makefile.ci | |
| parent | e2d1c676b23a335b4fb8a528c99dfca2b82a1a39 (diff) | |
| parent | cf04e49c5426da3ea684f8e545652803106af0c2 (diff) | |
Merge PR #6474: Fix CI with parallel make (messed up dependencies)
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.ci b/Makefile.ci index 2a6222e222..334827a937 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -25,9 +25,6 @@ CI_TARGETS=ci-all \ .PHONY: $(CI_TARGETS) -_build_ci/.ci-%.done: - +./dev/ci/ci-wrapper.sh $* - ci-color: ci-bignums ci-math-classes: ci-bignums @@ -37,7 +34,8 @@ ci-corn: ci-math-classes ci-formal-topology: ci-corn # Generic rule, we use make to ease travis integration with mixed rules -$(CI_TARGETS): ci-%: _build_ci/.ci-%.done +$(CI_TARGETS): ci-%: + +./dev/ci/ci-wrapper.sh $* # For emacs: # Local Variables: |
