Add OCaml code generation #24

Merged
glen merged 8 commits from ocaml_gen into main 2021-03-01 20:40:35 +00:00
Showing only changes of commit 3effe65f01 - Show all commits

View File

@ -71,6 +71,8 @@ steps:
image: ocaml/opam image: ocaml/opam
commands: commands:
- ls -als tests/extracted - ls -als tests/extracted
- opam init
- eval $(opam env)
- bin/run_tests ocaml ml - bin/run_tests ocaml ml
volumes: volumes: