HACKER Q&A
📣 mateioprea

Any self hosted CI/CD for mobile apps suggestions?


Hi HN,

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.

Edit: it needs to be Mac friendly since I want to test iOS apps on it.


  👤 andymoe Accepted Answer ✓
If you want to run my favorite industrial strength ci system you can look at https://concourse-ci.org

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.

There are multiple ways to deploy concourse but the components are just go binaries when it comes down to it.

(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)


👤 lfoooo
I use GitLab to run a React Native test suite (android and iphone) in a Mac. https://docs.gitlab.com/runner/