I made an automated build system for Corona SDK. It’s a simply python script which users CoronaBuilder (a CLI Corona has buried in their application) to build a Corona project, and then uses Fastlane’s CLI to deploy your apps to the store.
In right now cleaning it up and putting it on GitHub. If anyone wants to contribute or has any feedback let me know! I know that this automated build system has already saved me dozens of hours for simple fixes I just wanted to publish.
In the feature I’d love for this to support continuous deployment. I’ve dreamed of setting up a build server where I could push out a small change on my phone’s git app, get an update in TestFlight, and then if it’s good, push it to prod.
Here’s the link: https://github.com/joehinkle11/Automated-Corona-Builder/
