Revision f8821c38a7d9de34ec69580e972c272eca2bd480 authored by Roberto Di Cosmo on 23 February 2013, 10:45:20 UTC, committed by Roberto Di Cosmo on 23 February 2013, 10:45:20 UTC
1 parent c6a4a8c
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