Hi HN,<p>I have 2 spare macs and I want to use them as CI/CD platform for my projects. Do you have any suggestions for open source CI/CD projects? I've seen Tekton is cool but I don't have that much experience with Kubernetes.<p>Edit: it needs to be Mac friendly since I want to test iOS apps on it.
If you want to run my favorite industrial strength ci system you can look at <a href="https://concourse-ci.org" rel="nofollow">https://concourse-ci.org</a><p>Gives you the ability to install workers on Mac so you can do iOS builds if you like. Google around for concourse ci iOS for articles.<p>There are multiple ways to deploy concourse but the components are just go binaries when it comes down to it.<p>(Also, it’s probably overkill but you asked. I don’t know how apples ci system fairs today. It was always a bit rough in the past)
I use GitLab to run a React Native test suite (android and iphone) in a Mac. <a href="https://docs.gitlab.com/runner/" rel="nofollow">https://docs.gitlab.com/runner/</a>