diff options
author | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-02-04 21:25:14 +0100 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-02-07 10:25:58 +0100 |
commit | 3e07baa69f1e7de02670dd20dd7577d70c2f2653 (patch) | |
tree | 3f9966ca9ceb7dc69edfbe78f35a448b2d4f023a /Makefile | |
parent | 348160a1c59da5c448a56a2e2802865f94a40ddc (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-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -246,6 +246,11 @@ devdocclean: rm -f $(OCAMLDOCDIR)/html/*.html ########################################################################### +# Contrib tests +########################################################################### +include Makefile.contrib + +########################################################################### # Emacs tags ########################################################################### |