1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

build: don't try to sign emulator build

This commit is contained in:
Pavol Rusnak 2019-02-23 19:02:27 +01:00
parent f05664fdf3
commit 91d9bd28c2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -22,4 +22,8 @@ fi
make -C vendor/nanopb/generator/proto
make -C firmware/protob
make -C firmware sign
make -C firmware
if [ "$EMULATOR" != 1 ]; then
make -C firmware sign
fi