Commit 24507bc7 by Jamie Madill Committed by Commit Bot

Add Windows MSVC x64 builders to CQ.

These are now up and running. This will prevent a common source of compile regression. Bug: angleproject:2740 Change-Id: I0c66a61338c831e21cab0b30cfa9334da54c4ca5 Reviewed-on: https://chromium-review.googlesource.com/1192543Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 33dab025
...@@ -21,6 +21,8 @@ verifiers { ...@@ -21,6 +21,8 @@ verifiers {
builders { name: "win-clang-x64-rel" } builders { name: "win-clang-x64-rel" }
builders { name: "win-clang-x86-dbg" } builders { name: "win-clang-x86-dbg" }
builders { name: "win-clang-x86-rel" } builders { name: "win-clang-x86-rel" }
builders { name: "win-msvc-x64-dbg" }
builders { name: "win-msvc-x64-rel" }
builders { name: "win-msvc-x86-dbg" } builders { name: "win-msvc-x86-dbg" }
builders { name: "win-msvc-x86-rel" } builders { name: "win-msvc-x86-rel" }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment