mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
13 lines
280 B
YAML
13 lines
280 B
YAML
image: registry.corp.sldev.cz/trezor/trezor-firmware/environment
|
|
|
|
prebuild style:
|
|
stage: prebuild
|
|
script:
|
|
- pipenv run make style_check
|
|
- cd core && pipenv run make templates_check # TODO
|
|
|
|
prebuild common:
|
|
stage: prebuild
|
|
script:
|
|
- pipenv run make defs_check
|