[glib: 1/2] Provide built DLLs as Gitlab-CI artifacts
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Provide built DLLs as Gitlab-CI artifacts
- Date: Wed, 22 Sep 2021 14:23:21 +0000 (UTC)
commit 2a17bac77c4a12d153f8edc64e59a8e95a53cf1a
Author: Luca Bacci <luca bacci982 gmail com>
Date: Mon Sep 20 14:13:36 2021 +0200
Provide built DLLs as Gitlab-CI artifacts
.gitlab-ci.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7106a97e2..4c990675f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,6 +297,19 @@ cross-mingw64:
# Meson commit 47b9c1a564756ac48a55da9a7c4d91787399c645
- meson ${MESON_COMMON_OPTIONS} --cross-file=/opt/cross_file_mingw64.txt --wrap-mode=default _build
- ninja -C _build
+ artifacts:
+ reports:
+ junit: "_build/${env:CI_JOB_NAME}-report.xml"
+ name: "glib-${env:CI_JOB_NAME}-${env:CI_COMMIT_REF_NAME}"
+ when: always
+ paths:
+ - _build/meson-logs
+ - "_build/${env:CI_JOB_NAME}-report.xml"
+ - _build/glib/libglib-2.0-0.dll
+ - _build/gio/libgio-2.0-0.dll
+ - _build/gmodule/libgmodule-2.0-0.dll
+ - _build/gthread/libgthread-2.0-0.dll
+ - _build/gobject/libgobject-2.0-0.dll
msys2-mingw32:
extends: .only-default
@@ -337,6 +350,11 @@ vs2017-x64:
paths:
- _build/meson-logs
- "_build/${env:CI_JOB_NAME}-report.xml"
+ - _build/glib/libglib-2.0-0.dll
+ - _build/gio/libgio-2.0-0.dll
+ - _build/gmodule/libgmodule-2.0-0.dll
+ - _build/gthread/libgthread-2.0-0.dll
+ - _build/gobject/libgobject-2.0-0.dll
freebsd-12-x86_64:
stage: build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]