Revision 405530e407e3517752eaa49cf3821dd031022667 authored by Roberto Di Cosmo on 19 July 2012, 19:41:18 UTC, committed by Roberto Di Cosmo on 19 July 2012, 19:41:18 UTC
1 parent ec7a234
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