An open API service indexing awesome lists of open source software.

https://github.com/vitorsalgado/android-build-box

Full Android CI Environment with Docker
https://github.com/vitorsalgado/android-build-box

android ci-cd continuous-integration devops docker

Last synced: 2 months ago
JSON representation

Full Android CI Environment with Docker

Awesome Lists containing this project

README

          

# Android Build Box
[![Travis Build Status](https://travis-ci.org/vitorsalgado/android-build-box.svg?branch=master)](https://travis-ci.org/vitorsalgado/android-build-box)
[![Docker Build Status](https://img.shields.io/docker/build/vitorsalgado/android-build-box.svg)](https://hub.docker.com/r/vitorsalgado/android-build-box/)
[![Docker Size](https://images.microbadger.com/badges/image/vitorsalgado/android-build-box.svg)](https://microbadger.com/images/vitorsalgado/android-build-box)

Full Android Continuous Integration Environment with Docker

* JDK 8;
* Android SDK 27;
* Android Build Tools 27.0.1;
* [Infer](http://fbinfer.com/) for static code analysis;
* [Redex](http://fbredex.com/) to opnimize Android bytecode;
* Ruby with Fastlane.

### Build
`make`

### Run
`make run`

## License
This project is available under Apache Public License version 2.0. See [LICENSE](LICENSE).