Revision 1c5b5eac61eda2454034a43eb124ab490885ef3a authored by Roberto Di Cosmo on 06 June 2012, 13:03:59 UTC, committed by Roberto Di Cosmo on 06 June 2012, 13:03:59 UTC
1 parent 3838e4b
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