Revision 1d1dbedb5f314754e94ae5fa18a64e5e8b206c8c authored by Roberto Di Cosmo on 10 May 2014, 08:44:26 UTC, committed by Roberto Di Cosmo on 10 May 2014, 08:44:26 UTC
1 parent c5ae723
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