Skip to content

Commit

Permalink
Update presubmit.yml to test all platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Yun Peng <pcloudy@google.com>
  • Loading branch information
meteorcloudy authored and sgammon committed Jan 20, 2024
1 parent 5ab9c21 commit eadb3bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
matrix:
bazel_version: ["6.3.2", "7.0.0"]
platform: ["centos7", "debian10", "macos", "ubuntu2004"]
platform: ["macos", "macos_arm64" "ubuntu2004", "windows"]

Check failure on line 3 in .bazelci/presubmit.yml

View workflow job for this annotation

GitHub Actions / Lint: Bazel CI

3:37 syntax error: expected ',' or ']', but got '<scalar>' (syntax)

validate_config: 1
buildifier: latest

tasks:
ubuntu2004:
build_and_test:
platform: {{ platform }}
bazel: {{ bazel_version }}
include_json_profile:
- build
- test
Expand Down

0 comments on commit eadb3bf

Please sign in to comment.