diff options
author | Daniel Stone <[email protected]> | 2020-06-18 08:35:19 +0100 |
---|---|---|
committer | Daniel Stone <[email protected]> | 2020-06-30 10:34:05 +0100 |
commit | bb703d42479296f3b517a215ef99428cf405fa9d (patch) | |
tree | c1b3941033ad7bcc50a633caace5aee0de55bb74 | |
parent | e3e1e9f82ca934ce433bba2dcb544ca51edcb5f1 (diff) |
CI: Re-enable the Windows VS2019 build job
Let's try this and see how it goes.
Signed-off-by: Daniel Stone <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5689>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |