Revision 00e81c89c29ff3e58745fdaf7abb68daa1389e85 authored by Roberto Di Cosmo on 18 February 2013, 16:36:04 UTC, committed by Roberto Di Cosmo on 18 February 2013, 16:36:04 UTC
1 parent e873e1e
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