Просмотр исходного кода

.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 5 лет назад
Родитель
Сommit
d163ba497c
2 измененных файлов с 4 добавлено и 0 удалено
  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