mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
chore: add dune-workspace file
This commit is contained in:
parent
c1b6312cad
commit
c4bbec092a
2 changed files with 7 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -12,6 +12,9 @@ test:
|
||||||
doc:
|
doc:
|
||||||
@dune build $(DUNE_OPTS) @doc
|
@dune build $(DUNE_OPTS) @doc
|
||||||
|
|
||||||
|
build-dev:
|
||||||
|
dune build @install @runtest $(DUNE_OPTS) --workspace=dune-workspace.dev
|
||||||
|
|
||||||
WATCH?= @check @runtest
|
WATCH?= @check @runtest
|
||||||
watch:
|
watch:
|
||||||
dune build $(DUNE_OPTS) -w $(WATCH)
|
dune build $(DUNE_OPTS) -w $(WATCH)
|
||||||
|
|
|
||||||
4
dune-workspace.dev
Normal file
4
dune-workspace.dev
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
(lang dune 3.0)
|
||||||
|
;(context (opam (switch 4.08.1)))
|
||||||
|
(context (opam (switch 4.14.0)))
|
||||||
|
(context (opam (switch 5.0.0)))
|
||||||
Loading…
Add table
Reference in a new issue