aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.ci
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-02 18:25:43 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-02 18:43:37 +0100
commitdda3c644e195de2f72a81a0e2fb17e5095ea80ce (patch)
treedee0c53f903c3bcdb90ab79cebb6a922a7978737 /Makefile.ci
parent27e8d8857ea5435ccec9eddd6c34324de82afd32 (diff)
[travis] Backport trunk's travis support.
Diffstat (limited to 'Makefile.ci')
-rw-r--r--Makefile.ci11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.ci b/Makefile.ci
new file mode 100644
index 000000000..e4b5832f6
--- /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
+