Revision c9b0ee7f54bba34aae3589e31f969e928da5c268 authored by Roberto Di Cosmo on 24 February 2017, 00:29:58 UTC, committed by Roberto Di Cosmo on 24 February 2017, 00:29:58 UTC
1 parent 314f1ad
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