hantrungkien / android-fastlane

Fastlane for Android apps on GitLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastlane for Android apps on GitLab

Docker Pulls Docker Automated Docker Build

Sample usages

GitLab

.gitlab-ci.yml

image: hantrungkien/android-fastlane:latest

stages:
  - deploy

deploy:
  stage: deploy
  script:
     - fastlane distribute

About

Fastlane for Android apps on GitLab

License:GNU General Public License v3.0


Languages

Language:Ruby 88.8%Language:Dockerfile 11.2%