mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
ci: remove 'changes' from prebuild
This commit is contained in:
parent
cc3d86f0dd
commit
859aa23752
@ -4,39 +4,16 @@ style prebuild:
|
||||
stage: prebuild
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: "none"
|
||||
only:
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- ci/**/*
|
||||
- "**/*.c"
|
||||
- "**/*.h"
|
||||
- "**/*.py"
|
||||
script:
|
||||
- nix-shell --run "poetry run make style_check"
|
||||
|
||||
common prebuild:
|
||||
stage: prebuild
|
||||
only:
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- ci/**/*
|
||||
- "**/*.json"
|
||||
- "**/*.proto"
|
||||
script:
|
||||
- nix-shell --run "poetry run make defs_check"
|
||||
|
||||
gen prebuild:
|
||||
stage: prebuild
|
||||
only:
|
||||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- ci/**/*
|
||||
- "**/*.c"
|
||||
- "**/*.h"
|
||||
- "**/*.json"
|
||||
- "**/*.proto"
|
||||
- "**/*.py"
|
||||
- "**/*.pyi"
|
||||
script:
|
||||
- nix-shell --run "poetry run make gen_check"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user