blob: b711847e038207fa797a78913fc02fe1a82b6406 [file]
matrix:
platform:
- debian11
- ubuntu2004
bazel:
- 8.x
- 7.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//...'