aboutsummaryrefslogtreecommitdiff
path: root/Makefile.contrib
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-02-04 21:25:14 +0100
committerEmilio Jesus Gallego Arias2017-02-07 10:25:58 +0100
commit3e07baa69f1e7de02670dd20dd7577d70c2f2653 (patch)
tree3f9966ca9ceb7dc69edfbe78f35a448b2d4f023a /Makefile.contrib
parent348160a1c59da5c448a56a2e2802865f94a40ddc (diff)
[travis] [External CI] compcert HoTT math-comp
- Improve the setup to support external contribs. We use a more minimalistic Coq build, gaining a few extra minutes. - [math-comp] workaround `make -j` bug to enable parallel building.
Diffstat (limited to 'Makefile.contrib')
-rw-r--r--Makefile.contrib13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.contrib b/Makefile.contrib
new file mode 100644
index 0000000000..2e3ed94c53
--- /dev/null
+++ b/Makefile.contrib
@@ -0,0 +1,13 @@
+.PHONY: contrib-all contrib-hott contrib-math-comp
+
+contrib-all: contrib-hott contrib-math-comp
+
+# TODO Do generic rule
+contrib-hott:
+ ./tools/ci/contrib-hott.sh
+
+contrib-math-comp:
+ ./tools/ci/contrib-math-comp.sh
+
+contrib-compcert:
+ ./tools/ci/contrib-compcert.sh