diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 4a6248dd1..38e8515e9 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -15,3 +15,11 @@ platforms: - "..." test_targets: - "..." + windows: + # Optional: use VS 2017 instead of 2015. + environment: + BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC" + build_targets: + - "..." + test_targets: + - "..."