Skip to content

Commit

Permalink
fix: bazelci support
Browse files Browse the repository at this point in the history
- fix: drop bcr test module stanza from bazelci config
- fix: add build/test targets to run in bazelci

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Jan 16, 2024
1 parent 4797755 commit d3b7e83
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,9 @@ tasks:
- test
build_targets:
- "//graalvm/..."

bcr_test_module:
module_path: "example/integration_tests/bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "centos7"]
tasks:
build_bzlmod_test:
name: "Build test module"
platform: ${{ platform }}
build_targets:
- "//sample"
- "//example/native"
test_targets:
- "//tests/analysis/..."
---
bazel: 5.4.0

Expand All @@ -40,3 +32,6 @@ tasks:
- echo "import %workspace%/tools/bazel/bazel5.bazelrc" > version.bazelrc
build_targets:
- "//graalvm/..."
- "//example/native"
test_targets:
- "//tests/analysis/..."

0 comments on commit d3b7e83

Please sign in to comment.