Skip to content
Snippets Groups Projects
Select Git revision
22 results Searching

fastlane

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Adrien Béraud's avatar
    Adrien Béraud authored
    Change-Id: I3d19131a30118bb0e0769f212f810270524e9bd6
    e5e9fca6
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    fastlane documentation

    Installation

    Make sure you have the latest version of the Xcode command line tools installed:

    xcode-select --install

    Install fastlane using

    [sudo] gem install fastlane -NV

    or alternatively using brew install fastlane

    Available Actions

    Android

    android beta

    fastlane android beta

    Submit a new Beta Build to the Play Store Beta channel

    android production

    fastlane android production

    Submit a new Build to the Play Store

    android nopush

    fastlane android nopush

    So far, we just sign and align the APK


    This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.