This repository contains the scripts, libraries and command-line tools to access the opam2 bulk build infrastructure that checks on the health of the opam package manager.
The main services and repositories associates with this infrastructure are:
Documentation:
GitHub: Git repositories
Docker Hub: container images
Coordination:
The main tool you will want to try out is opam-ci, which provides CLI access to build results. You can get this by:
opam pin add -n obi https://github.com/ocaml/obi.git
opam pin add opam-ci https://github.com/ocaml/obi.gitand then try it out via:
opam-ci --help
opam-ci status --help
opam-ci logs --helpWhile we are assembling the documentation, please contact @avsm for more information.