diff options
| author | Emilio Jesus Gallego Arias | 2018-09-27 04:55:44 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-02 14:35:07 +0200 |
| commit | 65da59b0bd464d67e092a61bf281fcf62fa987cb (patch) | |
| tree | 1a9cc94b2c6e5ebb0f1d45ff1c948a91697ffbab /dev/dune-workspace.all | |
| parent | 5424ad236574e22a7ef2dce0d1d9468a9b768a16 (diff) | |
[dune] Provide workspace file will all OCaml builds tested in CI.
Diffstat (limited to 'dev/dune-workspace.all')
| -rw-r--r-- | dev/dune-workspace.all | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/dune-workspace.all b/dev/dune-workspace.all new file mode 100644 index 0000000000..44857ed050 --- /dev/null +++ b/dev/dune-workspace.all @@ -0,0 +1,11 @@ +(lang dune 1.2) + +; Add custom flags here. Default developer profile is `dev` +(env + (dev (flags :standard -rectypes -w -9-27-50)) + (release (flags :standard -rectypes))) + +(context (opam (switch 4.05.0))) +(context (opam (switch 4.05.0+32bit))) +(context (opam (switch 4.07.0))) +(context (opam (switch 4.07.0+flambda))) |
