cinderella

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

commit f4aba111616999793a3d5b5c98b676c38209ac83
parent fcd18c6a10ef5c22d5d13fc0002faddfe22d0886
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sun, 11 Aug 2019 14:40:53 +0200

clarify that everything with drone.io seems to be in docker

Diffstat:
MREADME.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -10,7 +10,11 @@ Problems with existing solutions: - Jenkins: Not very lightweight and in my opinion does not "feel" nice in usage (i.e. no clear approach because very plugin based, security configuration can be in multiple locations in the UI) -- Drone: Does not want to support builds [without Docker][drone-docker] +- Drone: Does not want to support builds [without Docker][drone-docker] (and + they do not have install instructions for the main process outside of Docker + either -> this setup lead to some difficulties for me with my Gitlab + setup, because then also a root-executor will not be on the actual server + anymore) - TeamCity: Seems to require Tomcat (i.e. includes Java UI stuff), installation instructions (for agents) look complex on first sight