mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-12 11:58:47 +00:00
travis: build emulator in both gcc and clang
This commit is contained in:
parent
b7d38973e2
commit
aa403d17c4
12
.travis.yml
12
.travis.yml
@ -26,9 +26,17 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
env:
|
env:
|
||||||
- EMULATOR=1 HEADLESS=1
|
- EMULATOR=1 HEADLESS=1 DEBUG_LINK=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:
|
script:
|
||||||
- pipenv run ./script/cibuild && pipenv run script/test
|
- pipenv run ./script/cibuild && pipenv run script/test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user