mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-22 08:10:42 +02:00
CI: take cmake config.h as artifacts
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
4fd2dfdf51
commit
9e0bfd5e23
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue