summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2020-12-23 04:46:19 +0200
committerJordan Petridis <jordan@centricular.com>2020-12-23 04:46:19 +0200
commit4afcde9c60ba97690eeed3c281d675b2be6290f1 (patch)
tree901c7f5e8d7ac1580cebb0ac1d1cc4b1a073c4a4
parent3822c33704348513740c774359d175f16831d044 (diff)
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>
-rw-r--r--gitlab/ci_template.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index 07d6a03..958aa82 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -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'