top | item 30039548

Ask HN: Any self hosted CI/CD for mobile apps suggestions?

2 points| mateioprea | 4 years ago

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.

3 comments

order

andymoe|4 years ago

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)

mateioprea|4 years ago

Thank you so much for the info! Have a great day