SIGN IN SIGN UP
reasonml / reason UNCLAIMED

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

0 0 36 OCaml
#!/usr/bin/env bash
set -e
2017-02-23 14:04:12 -08:00
export OCAML_VERSION="${1}"
make clean-for-ci
2017-02-23 14:04:12 -08:00
opam switch "${OCAML_VERSION}"
eval `opam config env`
opam update
opam install -y dune
# Our constraints are wrong I believe. We need this version.
opam install -y menhir
opam pin add -y reason .
2018-01-26 16:56:13 -08:00
opam pin add -y rtop .
2017-11-01 14:50:32 -07:00
make test-ci
git diff --exit-code