Revision d6688ca5d2606b5f53be9cf3e3276608e6205437 authored by Roberto Di Cosmo on 12 October 2014, 16:39:07 UTC, committed by Roberto Di Cosmo on 12 October 2014, 16:39:07 UTC
1 parent 599878e
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