Skip to content

Create staging builds using CI

Hakim edited this page Jul 22, 2022 · 2 revisions

Note: at the moment, this way of creating builds only works on branches that belong to the LedgerHQ organization, i.e it can’t be used for external contributions.

  1. Note down the name of the branch for which you want to create builds, e.g from a PR:

  1. Navigate to https://github.com/LedgerHQ/ledger-live-build/actions

Note: this separate repository is dedicated to creating different types of build for Ledger Live

  1. Select the appropriate [Build] action depending on the type of build you want

  1. Use the Run workflow menu, set the name of the branch that you copied in step 3, then click the Run workflow green button

  1. After a couple seconds, the new run will appear in the list

  1. Once the run is complete your build(s) will appear at the bottom of the page. Note down the link to access it again later.

Repeat from step 5. to create additional builds for other targets

Clone this wiki locally