blob: a560d012aed6514b8a6a1a74a3479fd04525da45 [file]
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@fast_double_parser"
bcr_test_module:
module_path: ""
matrix:
platform:
# linux / gcc requires C++17
# - debian10
# - ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
run_tests:
name: Run tests
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "@fast_double_parser//:unit"