aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dune
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-09-27 04:55:44 +0200
committerEmilio Jesus Gallego Arias2018-10-02 14:35:07 +0200
commit65da59b0bd464d67e092a61bf281fcf62fa987cb (patch)
tree1a9cc94b2c6e5ebb0f1d45ff1c948a91697ffbab /Makefile.dune
parent5424ad236574e22a7ef2dce0d1d9468a9b768a16 (diff)
[dune] Provide workspace file will all OCaml builds tested in CI.
Diffstat (limited to 'Makefile.dune')
-rw-r--r--Makefile.dune4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.dune b/Makefile.dune
index 1e401a57b9..3585882142 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -15,6 +15,7 @@ help:
@echo " - watch: build all binaries and libraries [continuous build]"
@echo " - release: build Coq in release mode"
@echo " - apidoc: build ML API documentation"
+ @echo " - ocheck: build for all supported OCaml versions [requires OPAM]"
@echo " - clean: remove build directory and autogenerated files"
@echo " - help: show this message"
@@ -28,6 +29,9 @@ states: voboot
world: voboot
dune build $(DUNEOPT) @install
+ocheck: voboot
+ dune build $(DUNEOPT) @install --workspace=dev/dune-workspace.all
+
watch: voboot
dune build $(DUNEOPT) @install -w