Explorar o código

.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>
Yann E. MORIN %!s(int64=5) %!d(string=hai) anos
pai
achega
d163ba497c
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      .gitlab-ci.yml
  2. 2 0
      .gitlab-ci.yml.in

+ 2 - 0
.gitlab-ci.yml

@@ -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

+ 2 - 0
.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