Ask HN: Any self hosted CI/CD for mobile apps suggestions?
2 points| mateioprea | 4 years ago
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|4 years ago
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
lfoooo|4 years ago