summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-07-08 17:03:12 +0400
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit9e0bfd5e232d0ce529ece5b80b6888a284e60c7c (patch)
tree7f11964e38362bf577d387ffc4dd2b112f59ae57 /.gitlab-ci.yml
parent4fd2dfdf51be90bdcc7a207a0f1971ac2528a251 (diff)
downloaddbus-9e0bfd5e232d0ce529ece5b80b6888a284e60c7c.tar.gz
CI: take cmake config.h as artifacts
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5f30629..ba9200d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,7 @@ variables:
when: always
paths:
- $CI_PROJECT_DIR/test-results.xml
+ - "build/config.h"
reports:
junit: $CI_PROJECT_DIR/test-results.xml
@@ -320,6 +321,11 @@ ubuntu jammy autotools:
windows msys64 ucrt64 cmake:
extends: .win-build
+ artifacts:
+ name: dbus-$CI_JOB_NAME
+ when: always
+ paths:
+ - "build/config.h"
script:
- $env:MSYSTEM = "UCRT64"
- $env:CHERE_INVOKING = "1"