mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-02 19:01:04 +00:00
ci: also build bootloader_ci
This commit is contained in:
parent
48627b7f0f
commit
11ac8ef19d
@ -12,6 +12,7 @@ core fw regular build:
|
|||||||
script:
|
script:
|
||||||
- nix-shell --run "poetry run make -C core build_boardloader"
|
- nix-shell --run "poetry run make -C core build_boardloader"
|
||||||
- nix-shell --run "poetry run make -C core build_bootloader"
|
- nix-shell --run "poetry run make -C core build_bootloader"
|
||||||
|
- nix-shell --run "poetry run make -C core build_bootloader_ci"
|
||||||
- nix-shell --run "poetry run make -C core build_prodtest"
|
- nix-shell --run "poetry run make -C core build_prodtest"
|
||||||
- nix-shell --run "poetry run make -C core build_firmware"
|
- nix-shell --run "poetry run make -C core build_firmware"
|
||||||
- nix-shell --run "poetry run make -C core sizecheck"
|
- nix-shell --run "poetry run make -C core sizecheck"
|
||||||
|
Loading…
Reference in New Issue
Block a user