Mobile Deployment Pipelines for $0
Today, I’ll show you how to set up CI on your side projects. For free!
Part I: Fastlane
Part II: App Store Connect
Part III: GitHub Actions
[…]
Frustratingly, cloud-hosted MacOS runners on GitHub Actions cost 10x as much per minute as Linux runners. While public repos are granted 200 minutes of Mac runner time a month, this can be spenny for private or particularly-active repos.
[…]
You can set up a local machine — even your standard development laptop! — as a self-hosted runner.
Previously:
1 Comment RSS · Twitter · Mastodon
Setting up Xcode-oriented CI isn't terribly hard. Keeping that CI running over a long period of time, with Xcode updates and code signing and everything elseā¦ less so.