Skip to content

Commit

Permalink
Update the workspace file to use dune
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
  • Loading branch information
rgrinberg authored and jeremiedimino committed Dec 19, 2018
1 parent be50c24 commit 92b1844
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test:

.PHONY: all-supported-ocaml-versions
all-supported-ocaml-versions:
dune runtest --workspace jbuild-workspace.dev
dune runtest --workspace dune-workspace.dev

.PHONY: cinaps
cinaps:
Expand Down
9 changes: 9 additions & 0 deletions dune-workspace.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(lang dune 1.0)

;; This file is used by `make all-supported-ocaml-versions`
(context (opam (switch 4.02.3)))
(context (opam (switch 4.03.0)))
(context (opam (switch 4.04.2)))
(context (opam (switch 4.05.0)))
(context (opam (switch 4.06.1)))
(context (opam (switch 4.07.0)))
12 changes: 0 additions & 12 deletions jbuild-workspace.dev

This file was deleted.

0 comments on commit 92b1844

Please sign in to comment.