diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index adbceae1c53..cf5a954e718 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1774,6 +1774,29 @@ } ] }, + { + "builders": [ + "vm-kernel-msvc-windows" + ], + "meta": { + "description": "This configuration builds the VM with MSVC." + }, + "steps": [ + { + "name": "build dart x64", + "script": "tools/build.py", + "arguments": [ + "--mode=all", + "--arch=x64", + "--no-clang", + "--no-goma", + "dart_precompiled_runtime", + "gen_snapshot", + "runtime" + ] + } + ] + }, { "builders": [ "vm-kernel-linux-debug-simarm", @@ -4175,4 +4198,4 @@ "macos": "buildtools/mac-x64/clang/bin/llvm-symbolizer", "windows": "buildtools/win-x64/clang/bin/llvm-symbolizer.exe" } -} +} \ No newline at end of file