All Projects → effectiveband → docker-android-sdk-gradle-fastlane

effectiveband / docker-android-sdk-gradle-fastlane

Licence: MIT License
Docker image for automated Android builds and distribution with fastlane tools

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-android-sdk-gradle-fastlane

fastlane-plugin-create xcframework
Fastlane plugin that creates xcframework for given list of destinations 🚀
Stars: ✭ 58 (+205.26%)
Mutual labels:  fastlane
fastlane-plugin-jira release notes
Fastlane Plugin for Jira Release Notes
Stars: ✭ 14 (-26.32%)
Mutual labels:  fastlane
fastlane-framer-plugin
A plugin for fastlane that frames your raw screenshots into the beautiful templates you made!
Stars: ✭ 31 (+63.16%)
Mutual labels:  fastlane
fastlane-plugin-flutter
Flutter actions plugin for Fastlane
Stars: ✭ 31 (+63.16%)
Mutual labels:  fastlane
fastlane-plugin-cosigner
A fastlane plugin to help you sign your iOS builds
Stars: ✭ 25 (+31.58%)
Mutual labels:  fastlane
sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (+426.32%)
Mutual labels:  fastlane
icon-banner
🚩 IconBanner adds custom nice-looking banners over your mobile app icons 📱
Stars: ✭ 18 (-5.26%)
Mutual labels:  fastlane
MaGus
iOS Project Generation Tool ✨
Stars: ✭ 26 (+36.84%)
Mutual labels:  fastlane
fastlane-plugin-google-chat
Send messages to Google Chat
Stars: ✭ 14 (-26.32%)
Mutual labels:  fastlane
fastlane-plugin-versioning android
Android Versioning Plugin for Fastlane
Stars: ✭ 113 (+494.74%)
Mutual labels:  fastlane
fastlane-plugin-xchtmlreport
fastlane plugin for XCTestHTMLReport
Stars: ✭ 17 (-10.53%)
Mutual labels:  fastlane
gitlab-ci-android-fastlane
Docker image for building android apps on Gitlab CI
Stars: ✭ 25 (+31.58%)
Mutual labels:  fastlane
AndroidFastlaneCICD
📱A sample repository to demonstrate the Automate publishing🚀 app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃.
Stars: ✭ 82 (+331.58%)
Mutual labels:  fastlane
firim
Upload ipa binary to fir.im in fastlane chain
Stars: ✭ 51 (+168.42%)
Mutual labels:  fastlane
fastlane-Android-CI
This project demonstrate how we can use fastlane along with CI and automate versioning of Version code and Version name.
Stars: ✭ 22 (+15.79%)
Mutual labels:  fastlane
upload dsym to bugly
fastlane plugin upload dSYM/ipa to bugly
Stars: ✭ 26 (+36.84%)
Mutual labels:  fastlane
my fastlane lanes
No description or website provided.
Stars: ✭ 24 (+26.32%)
Mutual labels:  fastlane
souyuz
Fastlane build plugin for building Xamarin.iOS and Xamarin.Android applications
Stars: ✭ 35 (+84.21%)
Mutual labels:  fastlane
fastlane-plugins
自创造超实用性 Fastlane 插件和自定义 actions 的聚合仓库
Stars: ✭ 19 (+0%)
Mutual labels:  fastlane
Stevenson
Stevenson is a Vapor framework designed to build integrations between Slack apps, GitHub, JIRA and CI services (CircleCI).
Stars: ✭ 57 (+200%)
Mutual labels:  fastlane

docker-android-sdk-fastlane

Docker image for automated Android builds and distribution with fastlane tools. An autoupdating of docker hub image is turned on and we will push new version of gradle later.

Usage

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

$ docker run --rm -v \ 
  ${PWD}:/app \ 
  opengamer/android-sdk-gradle-fastlane \
  bundle exec fastlane [lane]

Docker hub link

https://hub.docker.com/r/opengamer/android-sdk-gradle-fastlane

What Is Inside

Built upon the :latest branch of the great runmymind/docker-android-sdk/ image. In addition it installs ruby, the latest fastlane, bundle (fast execution of fastlane) and gradle 4.6.

Inspired by

https://github.com/blackmirror-media/docker-android-sdk-fastlane but with new version of gradle

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].