1.0.3 • Published 6 years ago

androidbuildserver v1.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

AndroidBuildServer

A tool to build your APKs on a server to save build time.
This only works on Linux, because it uses tar to compress your data.

Install on server

git clone https://github.com/jld3103/AndroidBuildServer.git
cd AndroidBuildServer
docker-compose build
docker-compose up

Install on client

sudo npm i androidbuildserver -g
abc [host]

Options

-p, --port <port>    Port to connect to (Default is 80)
-i, --install        Install the resulting apk on the device
-l, --launch         Launch the app on the device