aboutsummaryrefslogtreecommitdiff
path: root/.bazelci
diff options
context:
space:
mode:
authorYun Peng <pcloudy@google.com>2019-01-23 16:30:16 +0100
committerLaurent Le Brun <laurentlb@gmail.com>2019-01-23 16:30:16 +0100
commit9b85311ab47548ec051171213a1b3b4b3b3c9dc8 (patch)
tree37b4a6cc7713faee96c4922010e5511c09135944 /.bazelci
parent5dccaa145e6f290c6a0f371d44466a7176f4cdb1 (diff)
downloadbazel-skylib-9b85311ab47548ec051171213a1b3b4b3b3c9dc8.tar.gz
Enable tests on Windows (#99)
Diffstat (limited to '.bazelci')
-rw-r--r--.bazelci/presubmit.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index dd13f44..bd9cc12 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -15,3 +15,8 @@ platforms:
- "..."
test_targets:
- "..."
+ windows:
+ build_targets:
+ - "..."
+ test_targets:
+ - "..."