mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
ebe54ffe19
(cherry picked from commit 80601994bf
)
17 lines
307 B
YAML
17 lines
307 B
YAML
image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
|
|
|
|
prebuild style:
|
|
stage: prebuild
|
|
script:
|
|
- pipenv run make style_check
|
|
|
|
prebuild common:
|
|
stage: prebuild
|
|
script:
|
|
- pipenv run make defs_check
|
|
|
|
prebuild gen:
|
|
stage: prebuild
|
|
script:
|
|
- pipenv run make gen_check
|