1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

ci: also build bootloader_ci

This commit is contained in:
Martin Milata 2021-02-11 19:36:02 +01:00
parent 48627b7f0f
commit 11ac8ef19d

View File

@ -12,6 +12,7 @@ core fw regular build:
script:
- 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_ci"
- 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 sizecheck"