From 46f1e4c414af7dd8bb423023f82cf909bdebcd77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Wed, 19 Jan 2022 16:37:36 +0100 Subject: [PATCH] ci: Put gtk dll into an archive This avoids the wild card that makes the CI fail --- .gitlab-ci.yml | 2 +- .gitlab-ci/test-msys2.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c96a5832f..38b770dbc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,7 +160,7 @@ msys2-mingw64: when: always expose_as: 'Windows DLL (MSYS2 64 bit toolchain)' paths: - - "${CI_PROJECT_DIR}/_build/gtk/libgtk*.dll" + - "${CI_PROJECT_DIR}/_build/gtkdll.tar.gz" macos: extends: .only-default diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 0c61ad3b72..2f0f69da67 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -73,3 +73,5 @@ unset CCACHE_DISABLE ninja -C _build ccache --show-stats + +tar zcf _build/gtkdll.tar.gz _build/gtk/libgtk*.dll -- 2.30.2