1
0
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:
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: 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"