Revision bd9bb296a2e7820f62b51a92b8dbe61dcfc9d834 authored by Francois Berenger on 15 August 2012, 04:08:41 UTC, committed by Francois Berenger on 15 August 2012, 04:08:41 UTC
1 parent 2c6a86d
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