mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
travis: trying to enable clang/gcc
This commit is contained in:
parent
15f28836dc
commit
1a02750486
12
.travis.yml
12
.travis.yml
@ -2,6 +2,10 @@ sudo: false
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
@ -26,13 +30,15 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
env:
|
env:
|
||||||
- EMULATOR=1 HEADLESS=1 DEBUG_LINK=1
|
- 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
|
||||||
|
exclude:
|
||||||
|
- compiler: clang
|
||||||
|
env: DEBUG_LINK=0
|
||||||
|
- compiler: clang
|
||||||
|
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