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:
Jordan Petridis 2020-12-23 04:46:19 +02:00
parent 3822c33704
commit 4afcde9c60

View file

@ -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'