ci: re-enable artifacts upload for the windows jobs

Hopefully the timeout issues won't affect the new runner

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2395>
This commit is contained in:
Jordan Petridis 2022-05-09 08:29:16 +03:00 committed by Jordan Petridіs
parent 02c277258b
commit c861664356

View file

@ -409,13 +409,11 @@ build clang fedora x86_64:
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
meson build $env:MESON_ARGS $env:MESON_CROSS_ARGS &&
ninja -C build"
# XXX: Re-enable when uploading stops timing out
#artifacts:
# expire_in: "7 days"
# when: "always"
# paths:
# - 'build/meson-logs/'
# - 'vslogs.zip'
artifacts:
expire_in: "7 days"
when: "always"
paths:
- 'build/meson-logs/'
build vs2019 amd64:
extends: '.build windows'