mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
17 lines
298 B
YAML
17 lines
298 B
YAML
image: registry.corp.sldev.cz/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
|