WIP: artifacts 4

This commit is contained in:
Enrico Weigelt, metux IT consult
2025-02-18 12:49:36 +01:00
parent 462a364e6b
commit afe086b654

View File

@@ -204,11 +204,21 @@ mingw-cross-build:
extends: .common-build-and-test
script:
- .gitlab-ci/meson-build.sh --run-install
- find / -name libX*.dll
variables:
MESON_ARGS: --cross-file=.gitlab-ci/cross-i686-w64-mingw32.txt -Dglx=false -Dlisten_tcp=true -Dxvmc=true -Dxv=true
artifacts:
when: always
paths:
- /usr/local
- hw/vfb/Xvfb.exe
- hw/xnest/Xnest.exe
- hw/xwin/winclipboard/xwinclip.exe
- hw/xwin/Xming.exe
- build/hw/vfb/Xvfb.exe
- build/hw/xnest/Xnest.exe
- build/hw/xwin/winclipboard/xwinclip.exe
- build/hw/xwin/Xming.exe
- hw/xwin/system.XWinrc
expire_in: 1 week
freebsd: