[glib: 1/2] ci: Include config.h and glibconfig.h in CI output artifacts
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] ci: Include config.h and glibconfig.h in CI output artifacts
- Date: Thu, 30 Aug 2018 14:25:31 +0000 (UTC)
commit 99decc0634fc1ef163c5e09f8754e6cea4e8902e
Author: Philip Withnall <withnall endlessm com>
Date: Wed Aug 29 11:16:58 2018 +0100
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>
.gitlab-ci.yml | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bed21643a..79191a8ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]