From ed66d0657c65f3485ffb5c945cc67c6eb77b7c6e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 18 Feb 2025 11:53:50 +0100 Subject: [PATCH] HACK: keep ming32 build artifacts --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af2ce72a8..8bf6175fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,6 +206,10 @@ mingw-cross-build: - .gitlab-ci/meson-build.sh --run-install variables: MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true -Dxvmc=true -Dxv=true + artifacts: + paths: + - /usr/local + expire_in: 1 week freebsd: stage: build-and-test