|
|
|
|
|
by zacwest
3914 days ago
|
|
I use CircleCI for iOS CI/CD and one of the biggest reasons is it doesn't try to be an all-encompassing solution for what I need: it executes tests and reports results. I wanted it to do more, so I wrote some simple tooling to do more. I wrote up in a blog post for ease of reproduction: http://zacwe.st/blog/automating-ios-builds/ I think for most users, just running the tests is a step in the right direction. Handling distribution (the CD part) is something you grow into if you haven't seen it before. If I have to think about how to configure every aspect, I'm probably not going to get very far into the setup. |
|