Revision d56ae79e43ff1b37534370911c8a78ec7f38d437 authored by Roberto Di Cosmo on 24 May 2012, 20:01:01 UTC, committed by Roberto Di Cosmo on 24 May 2012, 20:04:30 UTC
1 parent 3801539
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