1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/legacy/script/cibuild_intermediate_fw

16 lines
243 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# script/cibuild_intermediate_fw:
# Setup environment for CI to build intermediate firmware.
set -e
cd "$(dirname "$0")/.."
make -C vendor/libopencm3 lib/stm32/f2
make libtrezor.a
make -C intermediate_fw all sign