Revision 961fa9b2999f7bcda87e84ef1928901ae03a9996 authored by UnixJunkie on 10 July 2018, 09:06:57 UTC, committed by GitHub on 10 July 2018, 09:06:57 UTC
1 parent d23100d
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