Revision 219e3d02005e3b407946cf763e0f8d2570cde809 authored by Roberto Di Cosmo on 11 May 2016, 14:34:13 UTC, committed by Roberto Di Cosmo on 11 May 2016, 14:42:56 UTC
We should find a more proper way of doing this.
1 parent 2abc50e
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