mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 14:48:17 +01:00
CI: Exclude devicetree-rebasing subtree for CONFIG checks
Since devicetree-rebasing is an external repo with its own coding style, exclude it from Azure and gitlab CI CONFIG checks. Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
This commit is contained in:
parent
dbe9334e51
commit
8f31c85cf9
@ -65,7 +65,8 @@ stages:
|
|||||||
# have no matches.
|
# have no matches.
|
||||||
- script: git grep -E '^#[[:blank:]]*(define|undef)[[:blank:]]*CONFIG_'
|
- script: git grep -E '^#[[:blank:]]*(define|undef)[[:blank:]]*CONFIG_'
|
||||||
:^doc/ :^arch/arm/dts/ :^scripts/kconfig/lkc.h
|
:^doc/ :^arch/arm/dts/ :^scripts/kconfig/lkc.h
|
||||||
:^include/linux/kconfig.h :^tools/ && exit 1 || exit 0
|
:^include/linux/kconfig.h :^tools/ :^dts/upstream/ &&
|
||||||
|
exit 1 || exit 0
|
||||||
|
|
||||||
- job: docs
|
- job: docs
|
||||||
displayName: 'Build documentation'
|
displayName: 'Build documentation'
|
||||||
|
@ -161,7 +161,8 @@ check for new CONFIG symbols outside Kconfig:
|
|||||||
# have no matches.
|
# have no matches.
|
||||||
- git grep -E '^#[[:blank:]]*(define|undef)[[:blank:]]*CONFIG_'
|
- git grep -E '^#[[:blank:]]*(define|undef)[[:blank:]]*CONFIG_'
|
||||||
:^doc/ :^arch/arm/dts/ :^scripts/kconfig/lkc.h
|
:^doc/ :^arch/arm/dts/ :^scripts/kconfig/lkc.h
|
||||||
:^include/linux/kconfig.h :^tools/ && exit 1 || exit 0
|
:^include/linux/kconfig.h :^tools/ :^dts/upstream/ &&
|
||||||
|
exit 1 || exit 0
|
||||||
|
|
||||||
# build documentation
|
# build documentation
|
||||||
docs:
|
docs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user