diff options
author | Rob Clark <[email protected]> | 2020-03-27 16:34:27 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2020-03-27 16:34:27 -0700 |
commit | 6a10397a01248140de1aa92ce826dee88d445a1a (patch) | |
tree | 16044c7f1574499c3027bd477fa5edfde93c02d1 /.gitlab-ci.yml | |
parent | f7d53275fb7e48481de00adfaff16ae8d333dd14 (diff) |
gitlab-ci: disable vs2019 build
Seems to be broken atm and blocking merging anything.
Signed-off-by: Rob Clark <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4272>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4272>
Diffstat (limited to '.gitlab-ci.yml')
-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 f370a37b9ae..e30915c7e05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -425,7 +425,7 @@ meson-clang: CC: "ccache clang-9" CXX: "ccache clang++-9" -meson-windows-vs2019: +.meson-windows-vs2019: extends: - .build-windows - .use-windows_build_vs2019 |