[gtk: 1/2] Provide GTK DLL as GitLab CI artifact
- From: Luca Bacci <lbacci src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/2] Provide GTK DLL as GitLab CI artifact
- Date: Wed, 19 Jan 2022 11:17:29 +0000 (UTC)
commit b2d9cae0ec63037075c88b41ab5f4d45a39faea1
Author: Luca Bacci <luca bacci982 gmail com>
Date: Wed Jan 19 11:17:28 2022 +0000
Provide GTK DLL as GitLab CI artifact
.gitlab-ci.yml | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b01ec772c..ebeaf9b4ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -156,6 +156,11 @@ msys2-mingw64:
variables:
MSYSTEM: "MINGW64"
CHERE_INVOKING: "yes"
+ artifacts:
+ when: always
+ expose_as: 'Windows DLL (MSYS2 64 bit toolchain)'
+ paths:
+ - "${CI_PROJECT_DIR}/_build/gtk/libgtk*.dll"
macos:
extends: .only-default
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]