Revision abb70e0876323568119fa1ff7f7d5b1ee66d46a7 authored by Francois Berenger on 15 August 2012, 02:00:54 UTC, committed by Francois Berenger on 15 August 2012, 02:00:54 UTC
1 parent f35ae18
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