1
0
Fork 0
 
 
Go to file
Ambrose Chua 42e37f70ee
the build was successful Details
Create .drone.yml
2018-09-22 18:07:11 +08:00
.drone.yml Create .drone.yml 2018-09-22 18:07:11 +08:00
.gitignore Add tools to generate and sign release apks 2018-09-21 10:51:27 +08:00
Dockerfile Add xxd as dependency 2018-09-21 12:28:51 +08:00
LICENSE Create LICENSE 2018-09-21 11:19:05 +08:00
README.md Update README.md 2018-09-22 13:35:37 +08:00
drone.yml.example Update drone.yml.example 2018-09-22 13:35:57 +08:00
genkeystore Add tools to generate and sign release apks 2018-09-21 10:51:27 +08:00
release SPELLING 2018-09-21 15:52:43 +08:00

README.md

android-builder

Docker image to build Android apps.

Usage

$ docker run --rm -it -v $PWD:/src productionwentdown/android-builder

With Drone

See the example .drone.yml file