1
0
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:
Pavol Rusnak 2019-06-11 13:50:06 +02:00
parent c1f5432904
commit ebc22e5ccb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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