Skip to content

Commit

Permalink
add windows target to bazel CI
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptic-monkey authored and drigz committed Nov 20, 2019
1 parent 20919b3 commit 925858d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- "..."

0 comments on commit 925858d

Please sign in to comment.