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
- Host: GitHub
- URL: https://github.com/vitorsalgado/android-build-box
- Owner: vitorsalgado
- License: apache-2.0
- Created: 2017-10-07T14:07:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T23:17:12.000Z (over 8 years ago)
- Last Synced: 2025-03-25T04:29:47.502Z (about 1 year ago)
- Topics: android, ci-cd, continuous-integration, devops, docker
- Language: Shell
- Homepage: https://hub.docker.com/r/vitorsalgado/android-build-box/
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Build Box
[](https://travis-ci.org/vitorsalgado/android-build-box)
[](https://hub.docker.com/r/vitorsalgado/android-build-box/)
[](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).