diff options
| author | Emilio Jesus Gallego Arias | 2017-03-02 18:25:43 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-03-02 18:43:37 +0100 |
| commit | dda3c644e195de2f72a81a0e2fb17e5095ea80ce (patch) | |
| tree | dee0c53f903c3bcdb90ab79cebb6a922a7978737 /Makefile.ci | |
| parent | 27e8d8857ea5435ccec9eddd6c34324de82afd32 (diff) | |
[travis] Backport trunk's travis support.
Diffstat (limited to 'Makefile.ci')
| -rw-r--r-- | Makefile.ci | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.ci b/Makefile.ci new file mode 100644 index 0000000000..e4b5832f60 --- /dev/null +++ b/Makefile.ci @@ -0,0 +1,11 @@ +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-geocoq \ + ci-unimath + +.PHONY: $(CI_TARGETS) + +# Generic rule, we use make to easy travis integraton with mixed rules +$(CI_TARGETS): ci-%: + ./dev/ci/ci-$*.sh + |
