From: Romain Naour Date: Mon, 27 Jul 2020 15:51:26 +0000 (+0200) Subject: gitlab-ci: check generated config files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52b8ebc088c494ca0ce76506683e6d3c55cbd7a7;p=buildroot.git gitlab-ci: check generated config files Use the script added by the previous patch to check generated config files. Tested on gitlab: https://gitlab.com/kubu93/buildroot/pipelines/137597966 Signed-off-by: Romain Naour Cc: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- diff --git a/support/misc/gitlab-ci.yml.in b/support/misc/gitlab-ci.yml.in index cf9bf5f9cf..01592f7155 100644 --- a/support/misc/gitlab-ci.yml.in +++ b/support/misc/gitlab-ci.yml.in @@ -38,6 +38,7 @@ check-package: script: - echo "Configure Buildroot for ${DEFCONFIG_NAME}" - make ${DEFCONFIG_NAME} + - ./support/scripts/check-dotconfig.py .config ./configs/${DEFCONFIG_NAME} - echo 'Build buildroot' - | make > >(tee build.log |grep '>>>') 2>&1 || {