Revision 997ca994ff01c49e6e42d3e05a92d24a10eba686 authored by Xavier Clerc on 10 October 2014, 09:10:20 UTC, committed by Xavier Clerc on 10 October 2014, 09:10:20 UTC
1 parent aa2270a
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