Revision 752de8e89f0a1754afacc711c2711721900389ad authored by Xavier Clerc on 08 January 2015, 09:48:50 UTC, committed by Xavier Clerc on 08 January 2015, 09:48:50 UTC
1 parent f9540fe
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