mreichelt / docker-android

Docker images for Android development
MIT License
74 stars 11 forks source link

Add recipe for TravisCI #8

Closed mreichelt closed 5 years ago

mreichelt commented 5 years ago

Add a minimal recipe of how to build an Android app (target 28) on TravisCI, similar to .gitlab-ci.yml, and add it to the recipes folder.

ghost commented 5 years ago

Travis doesn't seem to support docker images so would it be fine if a default android image was used?

ghost commented 5 years ago

My bad didn't think about building an image with services!

mreichelt commented 5 years ago

That's the question - reading https://docs.travis-ci.com/user/docker/ I think it should be possible 😃

ghost commented 5 years ago

I added a pull request, hopefully this is ok!