mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
travis: reduce unwanted builds
This commit is contained in:
parent
45e10a2e79
commit
9455d95046
10
.travis.yml
10
.travis.yml
@ -2,10 +2,6 @@ sudo: false
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PROTOBUF_VERSION=3.4.0
|
- PROTOBUF_VERSION=3.4.0
|
||||||
@ -17,11 +13,11 @@ env:
|
|||||||
- GOAL=src
|
- GOAL=src
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
include:
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: GOAL=stm32
|
env: GOAL=unix
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: GOAL=src
|
env: GOAL=unix TREZOR_MODEL=1
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user