Skip to content

Commit 25edb5f

Browse files
committed
add readme
1 parent 1a9789b commit 25edb5f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Android CI Runner Docker Image
2+
3+
Image to be used for building Android apps on CI, e.g. GitLab CI.
4+
5+
Image is Based on Ubuntu 16.04.
6+
7+
## Tools installed
8+
9+
- Android SDK Tools (26.0.1), Platform-tools, Build tools (26.0.2)
10+
- android-26 target
11+
- Android Support Library, revision 23.2.1
12+
- Android Support Repository
13+
- Google Repository
14+
- git
15+
- unzip
16+
- curl
17+
18+
## Further development
19+
20+
Add emulator support
21+
22+
## License
23+
24+
[MIT license](https://github.com/ousenko/android-ci-image/blob/master/LICENSE)

0 commit comments

Comments
 (0)