summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAlasdair2020-06-03 14:36:00 +0100
committerAlasdair2020-06-03 14:36:00 +0100
commitdc4fe34905891510b7fd7d3b9fb86af49ce89879 (patch)
tree71b2b09ec89fdf927d3011e867418720e7af83a5 /etc
parentef343450c407d8c7e3ad4d94401772ad040834e6 (diff)
Add a workflow for latest released ocaml
Diffstat (limited to 'etc')
-rwxr-xr-xetc/ci_opam_latest_build.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/ci_opam_latest_build.sh b/etc/ci_opam_latest_build.sh
new file mode 100755
index 00000000..13fbe0ac
--- /dev/null
+++ b/etc/ci_opam_latest_build.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -eu
+
+opam init -y --no-setup --compiler=4.10 --shell=sh
+
+eval `opam config env`
+
+opam repository -y add rems https://github.com/rems-project/opam-repository.git
+opam pin -y add sail .
+opam install -y -v sail
+sail -v