https://github.com/sloth-ci/sloth-ci
https://github.com/sloth-ci/sloth-ci
continous-delivery continuous-integration hacktoberfest python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sloth-ci/sloth-ci
- Owner: sloth-ci
- License: mit
- Created: 2020-01-09T18:44:07.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-27T16:49:44.000Z (over 3 years ago)
- Last Synced: 2026-04-04T06:42:22.106Z (3 months ago)
- Topics: continous-delivery, continuous-integration, hacktoberfest, python
- Language: Python
- Homepage: https://sloth-ci.github.io/sloth-ci/
- Size: 2.84 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Sloth CI!
[](https://pypi.org/project/sloth-ci)
[](https://github.com/sloth-ci/sloth-ci/actions/workflows/docs.yml)
[](https://github.com/sloth-ci/sloth-ci/actions/workflows/publish.yml)
**Sloth CI** is a lightweight, standalone CI server.
Via extensions, Sloth CI offers detailed logs, build status badges, email notifications, and webhooks.
## Run Locally
Requirements:
- `poetry >= 1.2` (pre-releases can be installed via [get-poetry](https://python-poetry.org/docs/#osx--linux--bashonwindows-install-instructions) and the `--preview` flag)
Deploy the project:
$ 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