blob: 6ab845aa1ce804fda331a5afe654633dee3c584d [file] [log] [blame]
matrix:
bazel: [6.x, 7.x, 8.0.0rc4]
platform: ["rockylinux8", "debian10", "macos", "ubuntu2004", "windows"]
tasks:
build_targets:
name: "Build targets under //jni"
bazel: ${{ bazel }}
platform: ${{ platform }}
build_targets:
- "@rules_jni//jni/..."
bcr_test_module:
module_path: "tests"
matrix:
bazel: [6.x, 7.x, 8.0.0rc4]
platform: ["rockylinux8", "debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- "//..."