mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 19:08:07 +00:00
travis: don't try to build vendorheader, try to build prodtest
This commit is contained in:
parent
e865012663
commit
a9aa5febda
@ -45,10 +45,10 @@ before_script:
|
|||||||
- test "$GOAL" != "stm32" || export PATH=$PWD/$TOOLCHAIN_LONGVER/bin:$PATH
|
- test "$GOAL" != "stm32" || export PATH=$PWD/$TOOLCHAIN_LONGVER/bin:$PATH
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- test "$GOAL" != "stm32" || make vendorheader
|
|
||||||
- test "$GOAL" != "stm32" || make build_cross
|
- test "$GOAL" != "stm32" || make build_cross
|
||||||
- test "$GOAL" != "stm32" || make build_boardloader
|
- test "$GOAL" != "stm32" || make build_boardloader
|
||||||
- test "$GOAL" != "stm32" || make build_bootloader
|
- test "$GOAL" != "stm32" || make build_bootloader
|
||||||
|
- test "$GOAL" != "stm32" || make build_prodtest
|
||||||
- test "$GOAL" != "stm32" || make build_firmware
|
- test "$GOAL" != "stm32" || make build_firmware
|
||||||
- test "$GOAL" != "stm32" || make sizecheck
|
- test "$GOAL" != "stm32" || make sizecheck
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user