cinderella

[unmaintained] simple CI engine
Log | Files | Refs | README | LICENSE

commit 5b7cd1beda07790192d6164306b2e2209d37ffe4
parent f09e7c5bc7b25cbbc52c6f6e4f7665b892fab143
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Fri,  1 May 2020 10:52:26 +0200

explain more what the focus of Cinderella is

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -8,6 +8,13 @@ It is designed for people who do not want to work with big solutions like Gitlab or Jenkins and probably also work with standard *bare* git repositories (instead of Gitlab, gitea or similar). +Cinderella is a single binary that currently executes all builds directly +on the same machine. Positive: It ships as a single binary with dependencies +only to standard libraries like libc. It does not require Docker or similar. +Negative: Testing with a clean, bare OS is currently not in focus. It's +probably possible by starting up a fresh VM, copying cinderella onto it and +then executing it, but it's more effort on your side. + Usage -----