diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 22d31662d3..23caed18a0 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -17,3 +17,17 @@ platforms: <<: *all_targets macos: <<: *all_targets + windows: + build_flags: + - "--enable_runfiles" + build_targets: + - "--" + - "..." + - "-//rules_python/..." + test_flags: + - "--enable_runfiles" # Need runfiles tree for test + test_targets: + - "--" + - "..." + - "-//rules_python/..." + - "-//experimental/examples/wheel:wheel_test" \ No newline at end of file