1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/ci/prebuild.yml
2019-08-02 17:08:13 +02:00

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