From 69e2490396c1f664350a957149d94ac9894d3c23 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 3 Sep 2018 15:29:53 +0200 Subject: [dune] [ci] Fix and test release profile + use 1.1 dune-workspace Dune 1.1 allows us to define the `env` flags in the workspace file, which is a better place than the current situation. Along the way, We fix the build flags for release mode [missing `-rectypes` and add a `release` build profile CI job. --- dune-workspace | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dune-workspace (limited to 'dune-workspace') diff --git a/dune-workspace b/dune-workspace new file mode 100644 index 0000000000..682631e7dc --- /dev/null +++ b/dune-workspace @@ -0,0 +1,6 @@ +(lang dune 1.1) + +; Add custom flags here. Default developer profile is `dev` +(env + (dev (flags :standard -rectypes -w -9-27-50)) + (release (flags :standard -rectypes))) -- cgit v1.2.3