mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ci: actions: build T3T1 firmware
[skip_ci]
This commit is contained in:
parent
0e6b3299af
commit
3c7cbdc47b
7
.github/workflows/core.yml
vendored
7
.github/workflows/core.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
model: [T2T1, T2B1] # FIXME: add T3T1 after https://github.com/trezor/trezor-firmware/pull/3553 is fixed
|
model: [T2T1, T2B1, T3T1]
|
||||||
coins: [universal, btconly]
|
coins: [universal, btconly]
|
||||||
type: ${{ fromJSON(github.event_name == 'schedule' && '["normal", "debuglink", "production"]' || '["normal", "debuglink"]') }}
|
type: ${{ fromJSON(github.event_name == 'schedule' && '["normal", "debuglink", "production"]' || '["normal", "debuglink"]') }}
|
||||||
include:
|
include:
|
||||||
@ -58,6 +58,7 @@ jobs:
|
|||||||
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
|
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
|
||||||
PYOPT: ${{ matrix.type == 'debuglink' && '0' || '1' }}
|
PYOPT: ${{ matrix.type == 'debuglink' && '0' || '1' }}
|
||||||
PRODUCTION: ${{ matrix.type == 'production' && '1' || '0' }}
|
PRODUCTION: ${{ matrix.type == 'production' && '1' || '0' }}
|
||||||
|
BOOTLOADER_DEVEL: ${{ matrix.model == 'T3T1' && '1' || '0' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -453,7 +454,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
model: [T2T1, T2B1]
|
model: [T2T1, T2B1] # FIXME: checker.py lacks awareness of T3T1 flash layout
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -476,7 +477,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
model: [T2T1, T2B1]
|
model: [T2T1] # FIXME: T2T1 url is hardcoded in compare_master.py
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user