ocurrent / citty

CI in tty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A WIP terminal UI for OCaml-ci

1. Clone the project

git clone --recursive https://github.com/ocaml-ci/citty.git

Note: if you missed the --recursive flag, run git submodule init

2. Install dependencies

opam pin add --yes ocaml-ci/ocurrent/
opam install --yes --deps-only ./citty.opam

2. Install a capability file

For now, Citty assumes that the capability is stored in ~/.ocaml-ci.cap.

3. Run!

make run
# dune exec ./src/main.bc

4. Quit it

(alt,meta,...)-q, or just kill the process :-). TODO: add a clean way to exit.

About

CI in tty

License:MIT License


Languages

Language:OCaml 98.8%Language:Makefile 1.2%