Revision 236137fb12dd84b8d60bd7f6f9496d6032f85df2 authored by Roberto Di Cosmo on 12 May 2014, 09:56:23 UTC, committed by Roberto Di Cosmo on 12 May 2014, 10:09:07 UTC
1 parent 498782c
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