mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
travis: trying anoter trick
This commit is contained in:
parent
1a02750486
commit
61d3daa936
21
.travis.yml
21
.travis.yml
@ -2,10 +2,6 @@ sudo: false
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -30,15 +26,14 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
env:
|
- name: "Emulator GCC"
|
||||||
- EMULATOR=1 HEADLESS=1 DEBUG_LINK=1
|
env: EMULATOR=1 HEADLESS=1 DEBUG_LINK=1
|
||||||
script:
|
compiler: gcc
|
||||||
- pipenv run ./script/cibuild && pipenv run script/test
|
script: pipenv run ./script/cibuild && pipenv run script/test
|
||||||
exclude:
|
- name: "Emulator Clang"
|
||||||
- compiler: clang
|
env: EMULATOR=1 HEADLESS=1 DEBUG_LINK=1
|
||||||
env: DEBUG_LINK=0
|
compiler: clang
|
||||||
- compiler: clang
|
script: pipenv run ./script/cibuild && pipenv run script/test
|
||||||
env: DEBUG_LINK=1
|
|
||||||
|
|
||||||
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