TheBlueNotebook
TheBlueNotebook

Reputation: 1254

How to build Android code from GitHub

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

Answers (2)

Harsh Sharma
Harsh Sharma

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

Tharaka Devinda
Tharaka Devinda

Reputation: 2022

You might find Jenkins a helpful assistant.

Upvotes: -1

Related Questions