Revision 918930bf9871ea21786d0556ef84c61c306c9e17 authored by Lilian Besson on 30 March 2019, 14:15:37 UTC, committed by GitHub on 30 March 2019, 14:15:37 UTC
1 parent 633b73d
Raw File
oasis_test.sh
#!/bin/bash

set -x # DEBUG

oasis setup
ocaml setup.ml -configure -prefix `opam config var prefix`
ocaml setup.ml -build
ocaml setup.ml -reinstall
back to top