continuous integration - Automatically build .apk from someone else's github repository -


i looking tool/service allows following done: given public repository of open source android app (say signal), want automatic tool build .apk me, , send phone. useful don't have waste time building myself, plus don't have on computer build. also, if tool builds every new commit, date.

is there such tool? or there way of using combination of services in order achieve that? like, if fork repository, , set keeps up-to-date every 30minutes, make easier me find service automatically generates , sends .apks phone?

you talking continuous integration. there several tools out can job. pretty famous , open source solution jenkins. https://jenkins.io jenkins need own server. beside can find several online tools that. example buildkite. https://buildkite.com

these tools can not send apk directly, if combine them services hockeyapp (https://hockeyapp.net/) or fabric (https://get.fabric.io/) can add functionality in build process. possible send apk dropbox or google drive folder if wish.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -