mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
ci: run codegen checks
This commit is contained in:
parent
0b50d671e1
commit
fdd92404d2
@ -21,17 +21,18 @@ env:
|
||||
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
|
||||
# make sure pipenv is installable without protobuf - install protoc later
|
||||
- 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"
|
||||
|
||||
script:
|
||||
- pipenv run make style_check
|
||||
- pipenv run make -C core templates_check
|
||||
- pipenv run make defs_check
|
||||
- pipenv run make gen_check
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
@ -10,3 +10,8 @@ prebuild common:
|
||||
stage: prebuild
|
||||
script:
|
||||
- pipenv run make defs_check
|
||||
|
||||
prebuild gen:
|
||||
stage: prebuild
|
||||
script:
|
||||
- pipenv run make gen_check
|
||||
|
Loading…
Reference in New Issue
Block a user