From 25dfab86be821da8f81f299799beacdd1d25902f Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sun, 19 Jul 2020 09:49:47 -0700 Subject: [PATCH] Add missing windows CI --- .bazelci/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index ea43970407..5dfb7b6d9e 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -27,3 +27,5 @@ platforms: <<: *all_targets macos: <<: *all_targets + windows: + <<: *all_targets