1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00
trezor-firmware/ci/prebuild.yml
2019-05-17 15:49:01 +02:00

18 lines
355 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
prebuild gen:
stage: prebuild
script:
- pipenv run make gen_check