Revision 1cc6a04f2a53f5db0af8b0e1134b1472bb5b158a authored by Roberto Di Cosmo on 17 September 2015, 13:35:32 UTC, committed by Roberto Di Cosmo on 17 September 2015, 13:35:32 UTC
1 parent 58f56f5
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