Revision 125cb4d85508c2f9c61fd4db0e077eda999d6805 authored by Roberto Di Cosmo on 26 February 2014, 22:12:20 UTC, committed by Roberto Di Cosmo on 26 February 2014, 22:12:20 UTC
1 parent ee86243
Raw File
oasis_test.sh
#!/bin/bash

set -x

oasis setup
ocaml setup.ml -configure 
ocaml setup.ml -build
ocaml setup.ml -install
back to top