Revision 1d23faaec580adf27565825481cd3f79a7a54fd1 authored by Roberto Di Cosmo on 23 February 2013, 10:46:11 UTC, committed by Roberto Di Cosmo on 23 February 2013, 10:46:11 UTC
2 parent s f8821c3 + bf3d603
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