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:
Philip Withnall 2018-08-29 11:16:58 +01:00
parent 042b2af544
commit 99decc0634

View File

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