mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-15 20:58:57 +00:00
ci_template: re-enable the extraction of logs for windows jobs
Most of the networking issues with the runner should be fixed now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/385>
This commit is contained in:
parent
3822c33704
commit
4afcde9c60
1 changed files with 5 additions and 6 deletions
|
@ -796,12 +796,11 @@ valgrind ges:
|
|||
- cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
|
||||
meson build $env:MESON_ARGS &&
|
||||
ninja -C build"
|
||||
# XXX: Re-enable when uploading stops timing out
|
||||
#artifacts:
|
||||
# expire_in: "7 days"
|
||||
# when: "always"
|
||||
# paths:
|
||||
# - 'gst-build/build/meson-logs/'
|
||||
artifacts:
|
||||
expire_in: "7 days"
|
||||
when: "always"
|
||||
paths:
|
||||
- 'gst-build/build/meson-logs/'
|
||||
|
||||
build vs2017 amd64:
|
||||
extends: '.build windows'
|
||||
|
|
Loading…
Reference in a new issue