Skip to content

Commit

Permalink
Add Windows tasks to presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Renn committed Jun 3, 2024
1 parent 9bfc6f5 commit f7b5ecc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ macos: &macos
environment:
ANDROID_NDK_HOME: /Users/buildkite/android-ndk-r25b

windows: &windows
platform: windows
environment:
ANDROID_NDK_HOME: /c:/android_ndk/r25b

tasks:
basic_example_ubuntu2004:
name: Basic Example
Expand All @@ -54,6 +59,13 @@ tasks:
basic_example_bzlmod_macos:
name: Basic Example Bzlmod
<<: [*macos, *basic_example_bzlmod]
basic_example_windows:
name: Basic Example
<<: [*windows, *basic_example]
basic_example_bzlmod_windows:
name: Basic Example Bzlmod
<<: [*windows, *basic_example_bzlmod]


cpu_features_ubuntu2004:
name: CPU Features
Expand Down

0 comments on commit f7b5ecc

Please sign in to comment.