mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +00:00
ci: add protobuf to travis
This commit is contained in:
parent
9e125a301f
commit
770e2341f3
10
.travis.yml
10
.travis.yml
@ -14,11 +14,17 @@ cache:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
clang-format
|
- clang-format
|
||||||
graphviz
|
- graphviz
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
PROTOBUF_VERSION=3.4.0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
|
||||||
|
- unzip "protoc-${PROTOBUF_VERSION}-linux-x86_64.zip" -d protoc
|
||||||
|
- export PATH="$(pwd)/protoc/bin:$PATH"
|
||||||
- pip install --upgrade pip wheel setuptools
|
- pip install --upgrade pip wheel setuptools
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv install
|
- pipenv install
|
||||||
|
Loading…
Reference in New Issue
Block a user