From 925858d9969d8ee22aabc3635af00a37891f4e25 Mon Sep 17 00:00:00 2001 From: Luc Bertrand Date: Mon, 4 Nov 2019 11:22:11 +0100 Subject: [PATCH] add windows target to bazel CI --- .bazelci/presubmit.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 4a6248d..38e8515 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: + - "..."