[Buildroot] [PATCH] gitlab-ci: add .config to artefacts

Yann E. MORIN yann.morin.1998 at free.fr
Mon Dec 18 21:25:58 UTC 2017


When a run-time test fails to build, it is interesting to get the
corresponding .config file directly as an artifact, rather than
reconstruct it manually from the various config snippets embedded
in the many runtime-test scripts.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Ricardo Martincoski <ricardo.martincoski at gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: Arnout Vandecappelle <arnout at mind.be>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 691669f7f1..32f6d7d224 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,7 @@ check-package:
         expire_in: 2 weeks
         paths:
             - test-output/*.log
+            - test-output/*/.config
             - test-output/*/images/*
 acmesystems_aria_g25_128mb_defconfig: *defconfig
 acmesystems_aria_g25_256mb_defconfig: *defconfig
-- 
2.11.0



More information about the buildroot mailing list