blob: 1065c56d20a2612fdf4f493006617dd6ec46cda6 [file] [log] [blame]
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@websocketpp"
verify_targets_boost:
name: Verify build targets using boost asio
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@websocketpp"
build_flags:
- '--@websocketpp//:use_boost=true'