mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
CI: Re-enable VS2019 build
Now that we have a more powerful runner and a more stable Docker configuration, try re-enabling the Windows build. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6446>
This commit is contained in:
parent
a2808108e8
commit
0e13f803af
1 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,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
|
||||
|
|
@ -684,7 +684,7 @@ meson-clang:
|
|||
CC: "ccache clang-9"
|
||||
CXX: "ccache clang++-9"
|
||||
|
||||
.meson-windows-vs2019:
|
||||
meson-windows-vs2019:
|
||||
extends:
|
||||
- .build-windows
|
||||
- .use-windows_build_vs2019
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue