You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/ci/prebuild.yml

17 lines
307 B

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