mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 10:58:21 +00:00
travis: move make style to src goal
This commit is contained in:
parent
73b2ea6c85
commit
3d7a9d780d
@ -9,11 +9,14 @@ compiler:
|
|||||||
env:
|
env:
|
||||||
- GOAL=stm32
|
- GOAL=stm32
|
||||||
- GOAL=unix
|
- GOAL=unix
|
||||||
|
- GOAL=src
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: GOAL=stm32
|
env: GOAL=stm32
|
||||||
|
- compiler: clang
|
||||||
|
env: GOAL=src
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -24,7 +27,7 @@ addons:
|
|||||||
- libnewlib-arm-none-eabi
|
- libnewlib-arm-none-eabi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip3 install ed25519 pyblake2
|
- pip3 install ed25519 pyblake2 flake8
|
||||||
- pip2 install ecdsa mnemonic protobuf requests
|
- pip2 install ecdsa mnemonic protobuf requests
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -38,7 +41,8 @@ script:
|
|||||||
- test "$GOAL" != "unix" || make build_unix TREZOR_NOUI=1
|
- test "$GOAL" != "unix" || make build_unix TREZOR_NOUI=1
|
||||||
- test "$GOAL" != "unix" || make test
|
- test "$GOAL" != "unix" || make test
|
||||||
- test "$GOAL" != "unix" || make testpy
|
- test "$GOAL" != "unix" || make testpy
|
||||||
- test "$GOAL" != "unix" || make style
|
|
||||||
|
- test "$GOAL" != "src" || make style
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user