mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
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/2808>
This commit is contained in:
parent
758492bb4d
commit
bb9962823a
1 changed files with 5 additions and 7 deletions
|
@ -415,13 +415,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'
|
||||
|
|
Loading…
Reference in a new issue