mirror of
https://github.com/dolphin-emu/central.git
synced 2026-01-31 01:15:21 +01:00
3e7719a269c04ce0c1e5ea598393b9205c4fd2a6
git: Add --force argument to second fetch command
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
Languages
Python
97.6%
Nix
2.4%