Reputation: 1254
I have an Android project hosted on GitHub. Is there some way I can build this project and generate an (unsigned) APK file, every time code is pushed to the repository?
Or maybe once a day?
I don't really have any tests for it right now, so that's alright.
Upvotes: 2
Views: 120
Reputation: 898
You have to use Jenkins.
**And thing which you are trying to do can be solved by referring to Building Gradle Projects with Jenkins CI.
Other than Jenkins there are also some others:
Upvotes: 2