Revision 73a7e5b9424a49ffecf7e188efcdbc11983eaece authored by Olaf Hering on 11 October 2019, 11:09:36 UTC, committed by Olaf Hering on 11 October 2019, 19:28:39 UTC
Fixes #52

Signed-off-by: Olaf Hering <olaf@aepfle.de>
1 parent 803edbb
Raw File
oasis_test.sh
#!/bin/bash

set -x # DEBUG

oasis setup
ocaml setup.ml -configure -prefix `opam config var prefix`
ocaml setup.ml -build
ocaml setup.ml -reinstall
back to top