Revision b3d9247c79d8599b02b718786f33f98d4d9f2082 authored by Roberto Di Cosmo on 12 May 2014, 09:25:49 UTC, committed by Roberto Di Cosmo on 12 May 2014, 09:25:49 UTC
1 parent 1eaa992
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