ci: actions: build T3T1 firmware

[skip_ci]
pull/3589/head
Martin Milata 2 months ago
parent 0e6b3299af
commit 3c7cbdc47b

@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
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]
type: ${{ fromJSON(github.event_name == 'schedule' && '["normal", "debuglink", "production"]' || '["normal", "debuglink"]') }}
include:
@ -58,6 +58,7 @@ jobs:
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
PYOPT: ${{ matrix.type == 'debuglink' && '0' || '1' }}
PRODUCTION: ${{ matrix.type == 'production' && '1' || '0' }}
BOOTLOADER_DEVEL: ${{ matrix.model == 'T3T1' && '1' || '0' }}
steps:
- uses: actions/checkout@v4
with:
@ -453,7 +454,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [T2T1, T2B1]
model: [T2T1, T2B1] # FIXME: checker.py lacks awareness of T3T1 flash layout
steps:
- uses: actions/checkout@v4
with:
@ -476,7 +477,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [T2T1, T2B1]
model: [T2T1] # FIXME: T2T1 url is hardcoded in compare_master.py
steps:
- uses: actions/checkout@v4
with:

Loading…
Cancel
Save