Module: Mesa Branch: master Commit: 9197fd59dafefa0c1f8b049ff53381cd1a616ae4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9197fd59dafefa0c1f8b049ff53381cd1a616ae4
Author: Daniel Stone <[email protected]> Date: Mon Mar 30 15:58:51 2020 +0100 CI: Re-enable Windows VS2019 builds The failures are fixed, but I didn't notice this had been silently disabled in !4272. Re-enable the VS2019 build. Signed-off-by: Daniel Stone <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4374> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4374> --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8a29ed495b..f1697574de2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -259,6 +259,7 @@ windows_build_vs2019: - windows - docker - "1809" + - mesa cache: key: ${CI_JOB_NAME} paths: @@ -426,7 +427,7 @@ meson-clang: CC: "ccache clang-9" CXX: "ccache clang++-9" -.meson-windows-vs2019: +meson-windows-vs2019: extends: - .build-windows - .use-windows_build_vs2019 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
