Skip to content

Docker image for automated Android builds and distribution with fastlane tools.

License

Notifications You must be signed in to change notification settings

FortyTwoAlgorithms/docker-android-sdk-fastlane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker-android-sdk-fastlane

Docker image for automated Android builds and distribution with fastlane tools.

Usage

Simply run the container and mount your project to the /app folder, then run fastlane commands as you usually do.

$ docker run -v \ 
  ${PWD}:/app \ 
  blackmirrormedia/docker-android-sdk-fastlane \
  fastlane beta

What Is Inside

Built upon the :latest branch of the great runmymind/docker-android-sdk/ image. In addition it installs ruby2.3, the latest fastlane and gradle 4.5.1.

About

Docker image for automated Android builds and distribution with fastlane tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published