mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
Provide GTK DLL as GitLab CI artifact
This commit is contained in:
parent
7a99e03888
commit
b2d9cae0ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user