Revision 61f92a7db95f5a6d1fcb94d2b897ed3797584d7b authored by Roberto Di Cosmo on 25 June 2013, 13:12:17 UTC, committed by Roberto Di Cosmo on 25 June 2013, 13:12:17 UTC
1 parent 1d23faa
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