mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
ci/legacy: don't build bootloader/demo in bitcoinonly+debug targets
This commit is contained in:
parent
c1f5432904
commit
ebc22e5ccb
@ -19,8 +19,6 @@ build legacy firmware debug:
|
||||
script:
|
||||
- cd legacy
|
||||
- pipenv run script/cibuild
|
||||
- pipenv run make -C bootloader
|
||||
- pipenv run make -C demo
|
||||
|
||||
build legacy firmware bitcoinonly:
|
||||
stage: build
|
||||
@ -29,8 +27,6 @@ build legacy firmware bitcoinonly:
|
||||
script:
|
||||
- cd legacy
|
||||
- pipenv run script/cibuild
|
||||
- pipenv run make -C bootloader
|
||||
- pipenv run make -C demo
|
||||
|
||||
build legacy emu:
|
||||
stage: build
|
||||
|
Loading…
Reference in New Issue
Block a user