Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gitlab-ci: add .config to artefacts
@ 2017-12-18 21:25 Yann E. MORIN
  2017-12-19  1:59 ` Ricardo Martincoski
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2017-12-18 21:25 UTC (permalink / raw)
  To: buildroot

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@free.fr>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-20 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18 21:25 [Buildroot] [PATCH] gitlab-ci: add .config to artefacts Yann E. MORIN
2017-12-19  1:59 ` Ricardo Martincoski
2017-12-20 13:15   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox