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:
parent
04a91dc673
commit
df665b70d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user