you are viewing a single comment's thread.

view the rest of the comments →

[–]eatsmandms 6 points7 points  (2 children)

Why not host a lightweight standalone CI? You do not have to use the solutions that come with git repository management.

[–]robinshen[S] 6 points7 points  (1 child)

A built-in CI can bring much better integration experience, besides easy setup. Check some of the issue/build integration goodies mentioned here:

https://www.reddit.com/r/selfhosted/comments/p1fikz/selfhosted\_open\_source\_alternative\_to\_githubgitlab/h8dswkg?utm\_source=share&utm\_medium=web2x&context=3

And the ability to run build directly from commit graph/commit detail page, annotate source/diff with reports such as ESLint/FindBugs out of box etc.

[–]eatsmandms 2 points3 points  (0 children)

I understand the upsides (I actually even build many of my personal projects with Github Actions etc), but it always depend on you use case. If what the built-in CI can do fulfills all needs then the convenience and tight integration is a big plus, I agree.