blob: 9faa5d751231adf1978b0ccb51afb20d2e006371 [file]
bcr_test_module:
module_path: "test_module"
matrix:
platform:
- debian11
- ubuntu2204
- macos
bazel: [7.x, 8.x, 9.x, rolling]
tasks:
run_test:
name: Build and run N-API addon against node-addon-api
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@node_addon_api//:node_addon_api_headers_only"
- "@node_addon_api//:node_addon_api"
test_targets:
- "//:addon_test"