Skip to content

Commit

Permalink
Add ubuntu and macOS arm64 tests
Browse files Browse the repository at this point in the history
In response to #374
(For my future reference: The list of bazel ci supported platforms is in PLATFORMS, here: https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/bazelci.py)
  • Loading branch information
cpsauer committed Apr 3, 2023
1 parent a8f658f commit 0580f2c
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 @@ -12,12 +12,24 @@ tasks:
- "//..."
test_targets:
- "//..."
ubuntu2004_arm64:
working_directory: test
build_targets:
- "//..."
test_targets:
- "//..."
macos:
working_directory: test
build_targets:
- "//..."
test_targets:
- "//..."
macos_arm64:
working_directory: test
build_targets:
- "//..."
test_targets:
- "//..."
windows:
working_directory: test
environment:
Expand Down

0 comments on commit 0580f2c

Please sign in to comment.