From c861664356d933fac6c37494bd67650169fdc2cb Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 9 May 2022 08:29:16 +0300 Subject: [PATCH] ci: re-enable artifacts upload for the windows jobs Hopefully the timeout issues won't affect the new runner Part-of: --- .gitlab-ci.yml | 12 +++++------- 1 file 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'