summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-13 13:32:15 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-13 13:32:15 -0700
commit3aa3c318ded5da802e181f0d29b94ab6a692e387 (patch)
treebf44a848d438c1c38e802a1ccbaee27dba0a58d0
parent6d5a4512b5ee4757a474df3f5e938784da963de1 (diff)
gitlab CI: collect config.log to help diagnose failures
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3c55bf..8735439 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -97,3 +97,9 @@ build:
- make check
- make distcheck
- popd > /dev/null
+ artifacts:
+ name: "automake-logs-$CI_JOB_NAME"
+ when: always
+ expire_in: 1 week
+ paths:
+ - _builddir/config.log