mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 02:48:18 +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:
|
script:
|
||||||
- cd legacy
|
- cd legacy
|
||||||
- pipenv run script/cibuild
|
- pipenv run script/cibuild
|
||||||
- pipenv run make -C bootloader
|
|
||||||
- pipenv run make -C demo
|
|
||||||
|
|
||||||
build legacy firmware bitcoinonly:
|
build legacy firmware bitcoinonly:
|
||||||
stage: build
|
stage: build
|
||||||
@ -29,8 +27,6 @@ build legacy firmware bitcoinonly:
|
|||||||
script:
|
script:
|
||||||
- cd legacy
|
- cd legacy
|
||||||
- pipenv run script/cibuild
|
- pipenv run script/cibuild
|
||||||
- pipenv run make -C bootloader
|
|
||||||
- pipenv run make -C demo
|
|
||||||
|
|
||||||
build legacy emu:
|
build legacy emu:
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
Reference in New Issue
Block a user