git clone --recursive https://github.com/ocaml-ci/citty.git
Note: if you missed the --recursive
flag, run git submodule init
opam pin add --yes ocaml-ci/ocurrent/
opam install --yes --deps-only ./citty.opam
For now, Citty assumes that the capability is stored in ~/.ocaml-ci.cap
.
make run
# dune exec ./src/main.bc
(alt,meta,...)-q
, or just kill the process :-).
TODO: add a clean way to exit.