Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Aug 1, 2024
1 parent 81bd46e commit 6d235f1
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
matrix:

Check failure on line 1 in .bcr/presubmit.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
bazel: [7.x]
platform: [ubuntu2004, macos, macos_arm64]
tasks:
verify_targets:
name: Verify build targets
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- '@toolchains_llvm//toolchain:all'
- '@toolchains_llvm//platforms:all'
bcr_test_module:
module_path: "tests"
module_path: tests
matrix:
platform: ["debian10", "macos", "macos_arm64", "ubuntu2004"]
bazel: ["6.x", "7.x"]
bazel: [7.x]
platform: [ubuntu2004, macos, macos_arm64]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
run_test_module:
name: Run test module
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- //:all
test_targets:
- "//..."
- //:all

0 comments on commit 6d235f1

Please sign in to comment.