Revision c69669202a3dfd4de30dd94c4596f8c24fabeff6 authored by Roberto Di Cosmo on 05 June 2012, 16:51:17 UTC, committed by Roberto Di Cosmo on 06 June 2012, 11:39:04 UTC
1 parent 69b61a2
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