diff options
| author | Maxime Dénès | 2017-12-19 10:15:49 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-19 10:15:49 +0100 |
| commit | f431dac2e219cb2a76b22e452d6e407869d89f42 (patch) | |
| tree | e38f459e08a13409d4ce81259a95cf73ccce1638 /Makefile.ci | |
| parent | 80158e796b6df8eb36117f349c312127c5729a8c (diff) | |
| parent | 653df5afeafab4c08c2fd436636e549d31a2fa9f (diff) | |
Merge PR #6400: Circle CI
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Makefile.ci b/Makefile.ci index a17d4ddf75..2a6222e222 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -4,6 +4,7 @@ CI_TARGETS=ci-all \ ci-compcert \ ci-coq-dpdgraph \ ci-coquelicot \ + ci-corn \ ci-cpdt \ ci-equations \ ci-fiat-crypto \ @@ -24,6 +25,21 @@ 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 + +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-%: - +./dev/ci/ci-wrapper.sh ci-$*.sh +$(CI_TARGETS): ci-%: _build_ci/.ci-%.done + +# For emacs: +# Local Variables: +# mode: makefile +# End: |
