mirror of
https://github.com/dolphin-emu/central.git
synced 2026-01-31 01:15:21 +01:00
556 B
556 B
Dolphin Central
Central is the infrastructure component receiving webhooks and coordinating builds, status updates, notifications, etc. for Dolphin's CI/CD infrastructure.
It provides plumbing to connect the following systems together:
- GitHub
- IRC
- Buildbot
- FifoCI
This is not meant as a general purpose system, it is custom made for Dolphin's needs and likely not directly usable for other projects.
Setup
$ nix run
Development
$ nix develop
$ uv sync
$ uv run black --check .
$ uv run pytest
$ uv run central