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:
|
||||
include:
|
||||
env:
|
||||
- EMULATOR=1 HEADLESS=1
|
||||
- DEBUG_LINK=1
|
||||
script:
|
||||
- pipenv run ./script/cibuild && pipenv run script/test
|
||||
compiler:
|
||||
- clang
|
||||
env:
|
||||
- EMULATOR=1 HEADLESS=1 DEBUG_LINK=1
|
||||
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:
|
||||
- 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