CI: Re-enable MSVC build

Trying this again after reworking the virtualised network setup on the
Windows runner.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7537>
This commit is contained in:
Daniel Stone 2020-11-26 17:30:52 +00:00 committed by Erik Faye-Lund
parent f6bb5e29b1
commit 5b946d6eac
1 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@ arm64_test:
WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/windows/x64_build:$WINDOWS_TAG"
WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/windows/x64_build:$WINDOWS_TAG"
.windows_build_vs2019:
windows_build_vs2019:
extends:
- .container
- .windows-docker-vs2019
@ -855,7 +855,7 @@ meson-clang:
CC: "ccache clang-10"
CXX: "ccache clang++-10"
.meson-windows-vs2019:
meson-windows-vs2019:
extends:
- .build-windows
- .use-windows_build_vs2019