Bug 2347 - Set up Fastlane for easy building and deployment of Android and iOS apps
Summary: Set up Fastlane for easy building and deployment of Android and iOS apps
Status: RESOLVED FIXED
Alias: None
Product: Infrastructure
Classification: Unclassified
Component: App build systems (show other bugs)
Version: unspecified
Hardware: All All
: P4 - Within a month normal
Assignee: Sjur Nørstebø Moshagen
URL:
Keywords:
Depends on: 2373 2348 2371 2372
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-07 07:41 CET by Sjur Nørstebø Moshagen
Modified: 2019-05-24 13:55 CEST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sjur Nørstebø Moshagen 2017-03-07 07:41:36 CET
Fastlane (https://fastlane.tools) is a toolset to automatize building, testing, code signing etc of mobile apps, as well as for automatizing the interaction with the app store systems.

The lack of such a system is the main reason there has been no updates to our mobile apps since their initial releases.

Setting this up requires a few distinct steps, each of which will get its own bugzilla issue:
* setting up a private git repository for storing shared signing certificates
* reorganise some build code to better fit fastlane
* write documentation on how to get started and use fastlane for our apps
Comment 1 Sjur Nørstebø Moshagen 2019-05-24 13:55:31 CEST
This is working in the build system set up by the TTC after we moved the code to github.