aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-04 21:25:14 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-07 10:25:58 +0100
commit3e07baa69f1e7de02670dd20dd7577d70c2f2653 (patch)
tree3f9966ca9ceb7dc69edfbe78f35a448b2d4f023a /Makefile
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')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f9619c01..25a97f9bb 100644
--- a/Makefile
+++ b/Makefile
@@ -246,6 +246,11 @@ devdocclean:
rm -f $(OCAMLDOCDIR)/html/*.html
###########################################################################
+# Contrib tests
+###########################################################################
+include Makefile.contrib
+
+###########################################################################
# Emacs tags
###########################################################################