blob: beb29df202461abb0ecd7a15c3402b2cc2a8a91d [file]
bcr_test_module:
module_path: "examples"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: 6.4.0rc3
test_targets:
- "//..."
run_windows_tests:
name: "Run test module"
platform: "windows"
bazel: 6.4.0rc3
build_targets:
- "//..."
test_targets:
- "//..."
# Running these tests on Windows requires non-standard Visual Studio
# components and tweaks to PATH.
- "-//cc_asan_test/..."
- "-//cc_asan_test_with_reset/..."
# Fails with:
# LAUNCHER ERROR: Cannot launch process: "C:/tools/msys64/usr/bin/bash.exe
# Reason: (error: 8): Not enough memory resources are available to process this command.
- "-//sh/..."