]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
gitlab-ci: add .config to artefacts
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 20 Dec 2017 14:19:33 +0000 (15:19 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Dec 2017 21:36:07 +0000 (22:36 +0100)
The defconfig is dumped at the very beginning of the build log, but the
resulting .config is still interesting to get, in case some settings did
not end up in there (e.g. because of the host gcc version, or because of
conflicting settings, or because the Config.in changed without the tests
being updated, or...).

So, add the .config to the list of artefacts to save.

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>
Acked-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
.gitlab-ci.yml
.gitlab-ci.yml.in

index c81697920b9aecc4172c894acf554d66eb6e8c39..ef2e3a4918ecbc732e07180958114dcb4253d1ca 100644 (file)
@@ -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
index 9a1e7a1e34b3db47b11e9b2e25b9d9b5909ef8e3..f763fdd454b015bd9f36b2305139a5e3047dc45e 100644 (file)
@@ -61,4 +61,5 @@ check-package:
         expire_in: 2 weeks
         paths:
             - test-output/*.log
+            - test-output/*/.config
             - test-output/*/images/*