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

37 lines
623 B
YAML
Raw Normal View History

image: registry.gitlab.com/satoshilabs/trezor/trezor-firmware/environment
style prebuild:
stage: prebuild
only:
changes:
- ci/**/*
- "**/*.c"
- "**/*.h"
- "**/*.py"
script:
- pipenv run make style_check
common prebuild:
stage: prebuild
only:
changes:
- ci/**/*
- "**/*.json"
- "**/*.proto"
script:
2019-05-13 15:57:29 +00:00
- pipenv run make defs_check
2019-05-17 13:14:41 +00:00
gen prebuild:
2019-05-17 13:14:41 +00:00
stage: prebuild
only:
changes:
- ci/**/*
- "**/*.c"
- "**/*.h"
- "**/*.json"
- "**/*.proto"
- "**/*.py"
- "**/*.pyi"
2019-05-17 13:14:41 +00:00
script:
- pipenv run make gen_check