From bb703d42479296f3b517a215ef99428cf405fa9d Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 18 Jun 2020 08:35:19 +0100 Subject: [PATCH] CI: Re-enable the Windows VS2019 build job MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Let's try this and see how it goes. Signed-off-by: Daniel Stone Reviewed-by: Michel Dänzer Reviewed-by: Eric Engestrom Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bddd1a61a29..04fbe6c0051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -558,7 +558,7 @@ meson-clang: CC: "ccache clang-9" CXX: "ccache clang++-9" -.meson-windows-vs2019: +meson-windows-vs2019: extends: - .build-windows - .use-windows_build_vs2019 -- 2.30.2