[PATCH 3/4] CI: Add kconfig checker tests to gitlab/azure
Simon Glass
sjg at chromium.org
Mon Aug 29 15:57:06 CEST 2022
Run this script along with the others.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
.azure-pipelines.yml | 1 +
.gitlab-ci.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 0fa92479b4c..7bb70ea9eba 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -188,6 +188,7 @@ stages:
./tools/buildman/buildman -t
./tools/dtoc/dtoc -t
./tools/patman/patman test
+ ./scripts/test_kconfig_check.py;
make O=${UBOOT_TRAVIS_BUILD_DIR} testconfig
EOF
cat build.sh
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5592862f74b..db690363f07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -215,6 +215,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
./tools/buildman/buildman -t;
./tools/dtoc/dtoc -t;
./tools/patman/patman test;
+ ./scripts/test_kconfig_check.py;
make testconfig
Run tests for Nokia RX-51 (aka N900):
--
2.37.2.672.g94769d06f0-goog
More information about the U-Boot
mailing list