1
0
Fork 0
android-builder/README.md

15 lines
687 B
Markdown
Raw Normal View History

2017-10-19 22:19:39 +08:00
2018-09-26 23:13:11 +08:00
# [android-builder](https://hub.docker.com/r/productionwentdown/android-builder/) [![](https://images.microbadger.com/badges/version/productionwentdown/android-builder.svg)](https://microbadger.com/images/productionwentdown/android-builder "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/productionwentdown/android-builder.svg)](https://microbadger.com/images/productionwentdown/android-builder "Get your own image badge on microbadger.com")
2017-10-19 22:19:39 +08:00
2018-09-22 13:35:37 +08:00
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](drone.yml.example)