]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: take cmake config.h as artifacts
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 8 Jul 2022 13:03:12 +0000 (17:03 +0400)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
.gitlab-ci.yml

index a5f306291e94ce7f5ef6098ec62e11c0e69964b2..ba9200d6eab3f6462727b59e56eb11d9e67a6702 100644 (file)
@@ -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"