blob: 2b74fe3d3759147ae35a5769bd2bcedfd1059e26 [file]
matrix:
platform:
- debian11
- macos
bazel:
- 8.x
- 9.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@cpp_toolbelt//toolbelt:all'
bcr_test_module:
module_path: .
matrix:
platform:
- debian11
- macos
bazel:
- 8.x
- 9.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- //toolbelt:sockets_test
- //toolbelt:fd_test
- //toolbelt:payload_buffer_test
- //toolbelt:stacktrace_test
- //toolbelt:table_test