diff options
| author | Emilio Jesus Gallego Arias | 2017-02-05 01:02:39 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-02-07 10:27:18 +0100 |
| commit | 487e19a495b8727b0d3f11a8f0238d17aa9e9303 (patch) | |
| tree | 0264c9445cb98c3d418e003e615f43561eebdb91 /Makefile.ci | |
| parent | 138a4da7f0133d7b4ea06cfbc938d23ddb88c97d (diff) | |
[travis] [External CI] C-Corn color coquelicot cpdt fiat-crypto floqc iris-coq math-classes sf
- [TLC] [metacoq] not ready for 8.6 yet
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Makefile.ci b/Makefile.ci index ada698e0a6..d10ff3ad96 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -1,13 +1,10 @@ -.PHONY: ci-all ci-hott ci-math-comp ci-compcert +CI_TARGETS=ci-all ci-hott ci-math-comp ci-compcert ci-sf ci-cpdt \ + ci-color ci-math-classes ci-tlc ci-fiat-crypto \ + ci-coquelicot ci-flocq ci-iris-coq ci-metacoq -ci-all: ci-hott ci-math-comp ci-compcert +.PHONY: $(CI_TARGETS) -# TODO Do generic rule -ci-hott: - ./tools/ci/ci-hott.sh +# Generic rule, we use make to easy travis integraton with mixed rules +$(CI_TARGETS): ci-%: + ./tools/ci/ci-$*.sh -ci-math-comp: - ./tools/ci/ci-math-comp.sh - -ci-compcert: - ./tools/ci/ci-compcert.sh |
