]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
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)
commit2438d9058985324c8066d708f2ed32d94ec2dcf0
treeb4f6e46eb07023ccf6d47cc7ddc317d59f3b8c82
parent121807c08927c0a0d04c965beb6a8785ea89e47f
gitlab-ci: add .config to artefacts

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