Lightweight, standalone CI server.


Keywords
ci, continous-delivery, continuous-integration, hacktoberfest, python
License
MIT
Install
pip install sloth-ci==2.0.5

Documentation

Welcome to Sloth CI!

image Build Status

Sloth CI is a lightweight, standalone CI server.

Via extensions, Sloth CI offers detailed logs, build status badges, email notifications, and webhooks.

Run Locally

Deploy the project with Poetry:

$ poetry install

Run locally with:

$ poetry run sci start

Check that the instance is running:

$ poetry run sci status

Build the docs:

$ poetry run foliant make site -p docs