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