blob: 0a92c7b1da2c5fccddaec16912e9aa7293b38a6d [file]
matrix:
platform:
- debian11
- ubuntu2204
- macos_arm64
bazel:
- 8.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--cxxopt=-std=c++17'
- '--host_cxxopt=-std=c++17'
- '--copt=-Wno-deprecated-declarations'
- '--define=absl=1'
build_targets:
- '@cel-cpp//...'