mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
travis: build emulator in both gcc and clang
This commit is contained in:
parent
b7d38973e2
commit
aa403d17c4
18
.travis.yml
18
.travis.yml
@ -26,11 +26,19 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
env:
|
compiler:
|
||||||
- EMULATOR=1 HEADLESS=1
|
- clang
|
||||||
- DEBUG_LINK=1
|
env:
|
||||||
script:
|
- EMULATOR=1 HEADLESS=1 DEBUG_LINK=1
|
||||||
- pipenv run ./script/cibuild && pipenv run script/test
|
script:
|
||||||
|
- pipenv run ./script/cibuild && pipenv run script/test
|
||||||
|
include:
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
env:
|
||||||
|
- EMULATOR=1 HEADLESS=1 DEBUG_LINK=1
|
||||||
|
script:
|
||||||
|
- pipenv run ./script/cibuild && pipenv run script/test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
|
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user