Automated Builder with Fastlane on Github

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/

1 Like

HW5CctB.png  Veiv6hu.png

Building for iOS and Android with my new Automated Corona Builder works! Automatic uploading to the app stores should work as well, but I haven’t tested it (I have another version of the autobuilder working on my personal projects).

I’m going to hopefully finish this project and create a video tutorial this weekend. No promises though. If someone wants to clone the repo and try it out, it isn’t terribly difficult to figure out. You can set everything for your project in the builder-settings.json file

Link again: https://github.com/joehinkle11/Automated-Corona-Builder

HW5CctB.png  Veiv6hu.png

Building for iOS and Android with my new Automated Corona Builder works! Automatic uploading to the app stores should work as well, but I haven’t tested it (I have another version of the autobuilder working on my personal projects).

I’m going to hopefully finish this project and create a video tutorial this weekend. No promises though. If someone wants to clone the repo and try it out, it isn’t terribly difficult to figure out. You can set everything for your project in the builder-settings.json file

Link again: https://github.com/joehinkle11/Automated-Corona-Builder