1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci: add protobuf to travis

This commit is contained in:
matejcik 2019-05-14 11:29:03 +02:00
parent 9e125a301f
commit 770e2341f3

View File

@ -14,11 +14,17 @@ cache:
addons:
apt:
packages:
clang-format
graphviz
- clang-format
- graphviz
env:
global:
PROTOBUF_VERSION=3.4.0
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 pipenv
- pipenv install