1
0
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:
matejcik 2019-05-14 11:29:03 +02:00
parent 9e125a301f
commit 770e2341f3

View File

@ -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