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

travis: don't run make sizecheck when TREZOR_MODEL=1

This commit is contained in:
Pavol Rusnak 2018-09-30 20:43:54 +02:00
parent 04a91dc673
commit df665b70d3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -58,7 +58,7 @@ script:
- test "$GOAL" != "stm32" || pipenv run make build_bootloader
- test "$GOAL" != "stm32" || pipenv run make build_prodtest
- test "$GOAL" != "stm32" || pipenv run make build_firmware
- test "$GOAL" != "stm32" || pipenv run make sizecheck
- test "$GOAL" != "stm32" || test "$TREZOR_MODEL" = "1" || pipenv run make sizecheck
- test "$GOAL" != "unix" || pipenv run make build_unix_noui
- test "$GOAL" != "unix" || pipenv run make test