1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 04:52:01 +00:00

ci: also build non-debuglink legacy firmware

This commit is contained in:
Martin Milata 2025-01-29 18:10:59 +01:00
parent d375db9fc2
commit ae00e74717

View File

@ -31,8 +31,7 @@ jobs:
strategy: strategy:
matrix: matrix:
coins: [universal, btconly] coins: [universal, btconly]
# type: [normal, debuglink] type: [normal, debuglink]
type: [debuglink]
env: env:
BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }} BITCOIN_ONLY: ${{ matrix.coins == 'universal' && '0' || '1' }}
DEBUG_LINK: ${{ matrix.type == 'debuglink' && '1' || '0' }} DEBUG_LINK: ${{ matrix.type == 'debuglink' && '1' || '0' }}