ci/legacy: don't build bootloader/demo in bitcoinonly+debug targets

pull/353/head
Pavol Rusnak 5 years ago
parent c1f5432904
commit ebc22e5ccb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save