Revision 56d222bf1f88882d268206b262616ec79b364b7f authored by Olaf Hering on 25 October 2019, 08:10:19 UTC, committed by Olaf Hering on 25 October 2019, 08:10:19 UTC
Signed-off-by: Olaf Hering <olaf@aepfle.de>
1 parent 8fd832a
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