Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 1005 Bytes

docker-android

docker-android is aiming to provide general purpose docker images to run CI steps of Android project.

Usage

docker-android images are hosted on DockerHub.

Images

Images comes with:

  • Last two major Ruby versions
  • rbenv
  • Latestes version of the Google Cloud SDK, it can be used for Firebase Test Lab.
  • android api version described by image tag
  • android ndk described by image tag

Versions

  • snapshot versions are build for each push on develop branch
  • release versions v* for each GitHub Release

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

You can build and test images using ci_cd.sh script. You need to install docker first.

./ci_cd.sh --build --test --android_api 29

License

GNU GPLv3