projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a99e03
)
Provide GTK DLL as GitLab CI artifact
author
Luca Bacci
<luca.bacci982@gmail.com>
Wed, 19 Jan 2022 11:17:28 +0000
(11:17 +0000)
committer
Luca Bacci
<luca.bacci982@gmail.com>
Wed, 19 Jan 2022 11:17:28 +0000
(11:17 +0000)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 8b01ec772c875aaf1c39ed7a4f15127298e6ee68..ebeaf9b4ba3f0b766d2c59bf6cda4691aa9eafac 100644
(file)
--- 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