Git Product home page Git Product logo

citty's Introduction

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.

citty's People

Contributors

craigfe avatar let-def avatar misterda avatar talex5 avatar tmcgilchrist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

citty's Issues

citty only shows the first build

ocaml-ci tests each PR against multiple base images (at the moment, alpine-3.10-ocaml-4.08 and debian-10-ocaml-4.08, but there will be more soon). citty only shows the first one, so you can't see anything about the Debian builds. Also, you can't tell which build you're looking at.

Crash when rebuilding many jobs in succession

It is possible to consistently crash citty by rebuilding ~5+ jobs on the same ref in quick succession. This is unfortunate, as this is currently the only way of updating the world-view on a PR (after, say, a Docker image upgrade in the background).

An example output:

แ… make run
dune build ./src/main.bc
dune exec ./src/main.bc 2> error.log

make: *** [Makefile:6: run] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.