diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 3d047ba1b5..5c791c5fdd 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -73,9 +73,11 @@ verifiers { builders { name: "win_compile_x64_clang_dbg" } builders { name: "win_compile_x64_clang_rel" } builders { name: "win_compile_x86_clang_dbg" } + builders { name: "win_x64_msvc_dbg" } builders { name: "win_x64_msvc_rel" } builders { name: "win_x86_clang_rel" } builders { name: "win_x86_more_configs" } + builders { name: "win_x86_msvc_dbg" } builders { name: "win_x86_msvc_rel" } builders { name: "noop"