File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 54
54
- name : bitcoin
55
55
repo : ' LedgerHQ/app-bitcoin-new'
56
56
branch : ' develop'
57
- - name : bitcoin
58
- repo : ' LedgerHQ/app-bitcoin-new'
59
- branch : ' nanos'
60
57
- name : solana
61
58
repo : ' LedgerHQ/app-solana'
62
59
branch : ' develop'
63
- - name : solana
64
- repo : ' LedgerHQ/app-solana'
65
- branch : ' nanos'
66
60
- name : DOT
67
61
repo : ' LedgerHQ/app-polkadot'
68
62
branch : ' develop'
@@ -87,14 +81,17 @@ jobs:
87
81
- name : ATOM
88
82
repo : ' LedgerHQ/app-cosmos'
89
83
branch : ' develop'
84
+ - name : boilerplate
85
+ repo : ' LedgerHQ/app-boilerplate'
86
+ branch : ' master'
90
87
91
88
uses : ./.github/workflows/reusable_build.yml
92
89
with :
93
90
app_repository : ${{ matrix.coin.repo }}
94
91
app_branch_name : ${{ matrix.coin.branch }}
95
92
# Set the coin variant to build with COIN or CHAIN depending on the app + flags for ETH compilation
96
93
# As a rule of thumb we don't care about giving unexisting flags to other apps, it has no effect
97
- flags : " COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
94
+ flags : " COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1 TRUSTED_NAME_TEST_KEY=1 "
98
95
upload_app_binaries_artifact : libraries_binaries-${{ matrix.coin.name }}-${{ strategy.job-index }}
99
96
upload_as_lib_artifact : ${{ matrix.coin.name }}
100
97
builder : ledger-app-builder
You can’t perform that action at this time.
0 commit comments