mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
.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>
This commit is contained in:
parent
7c36985b37
commit
d163ba497c
@ -57,10 +57,12 @@ check-package:
|
|||||||
when: always
|
when: always
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
paths:
|
paths:
|
||||||
|
- .config
|
||||||
- build.log
|
- build.log
|
||||||
- output/images/
|
- output/images/
|
||||||
- output/build/build-time.log
|
- output/build/build-time.log
|
||||||
- output/build/packages-file-list.txt
|
- output/build/packages-file-list.txt
|
||||||
|
- output/build/*/.config
|
||||||
|
|
||||||
.runtime_test: &runtime_test
|
.runtime_test: &runtime_test
|
||||||
# Running the runtime tests for every push is too much, so limit to
|
# Running the runtime tests for every push is too much, so limit to
|
||||||
|
@ -57,10 +57,12 @@ check-package:
|
|||||||
when: always
|
when: always
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
paths:
|
paths:
|
||||||
|
- .config
|
||||||
- build.log
|
- build.log
|
||||||
- output/images/
|
- output/images/
|
||||||
- output/build/build-time.log
|
- output/build/build-time.log
|
||||||
- output/build/packages-file-list.txt
|
- output/build/packages-file-list.txt
|
||||||
|
- output/build/*/.config
|
||||||
|
|
||||||
.runtime_test: &runtime_test
|
.runtime_test: &runtime_test
|
||||||
# Running the runtime tests for every push is too much, so limit to
|
# Running the runtime tests for every push is too much, so limit to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user