mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
ci: Include config.h and glibconfig.h in CI output artifacts
It’s useful to see what configuration was generated. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
042b2af544
commit
99decc0634
@ -30,6 +30,8 @@ fedora-x86_64:
|
||||
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||
when: always
|
||||
paths:
|
||||
- "_build/config.h"
|
||||
- "_build/glib/glibconfig.h"
|
||||
- "_build/meson-logs"
|
||||
- "_coverage"
|
||||
|
||||
@ -61,6 +63,8 @@ fedora-autotools-x86_64:
|
||||
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||
when: always
|
||||
paths:
|
||||
- "_build/config.h"
|
||||
- "_build/glib/glibconfig.h"
|
||||
- "_build/*.log"
|
||||
- "_build/*/*.log"
|
||||
- "_build/*/*/*.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user