summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-12-08 18:13:42 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-09 17:31:13 +0100
commitd163ba497ccfd9bb094668bf48d69cf2f1b1cd17 (patch)
tree0d17e81324d2e8c9e5553bdf63315ea66b851916 /.gitlab-ci.yml.in
parent7c36985b374d9ff47d025c684060ec0534b9ecac (diff)
.gitlab-ci.yml: store .config files as artefacts for defconfig tests
Add Buildroot's own .config file, as well as any package's .config file (uclibc, linux, and busybox), for later inspection should a build fails, notably due to changes in the kconfig-package infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to '.gitlab-ci.yml.in')
-rw-r--r--.gitlab-ci.yml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in
index ebca29ca1f..d5eab91c70 100644
--- a/.gitlab-ci.yml.in
+++ b/.gitlab-ci.yml.in
@@ -57,10 +57,12 @@ check-package:
when: always
expire_in: 2 weeks
paths:
+ - .config
- build.log
- output/images/
- output/build/build-time.log
- output/build/packages-file-list.txt
+ - output/build/*/.config
.runtime_test: &runtime_test
# Running the runtime tests for every push is too much, so limit to