summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-05-09 08:29:16 +0300
committerJordan PetridÑ–s <jpetridis@gnome.org>2022-05-18 09:14:08 +0000
commitc861664356d933fac6c37494bd67650169fdc2cb (patch)
treec625e290dc3c9c7a3004f3658f83972b6f805ef4 /.gitlab-ci.yml
parent02c277258bfd61f34f76974d1dbd5d85df9a366f (diff)
downloadgstreamer-c861664356d933fac6c37494bd67650169fdc2cb.tar.gz
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca854166f8..f17fb0b028 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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'