| matrix: | |
| platform: | |
| - ubuntu2004 | |
| - windows | |
| bazel: [6.x, 7.x] | |
| tasks: | |
| verify_targets: | |
| name: Verify tink-cc build targets | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_flags: | |
| - '--cxxopt=-std=c++14' | |
| build_targets: | |
| - '@tink_cc//tink:tink_cc' | |
| verify_targets_macos: | |
| name: Verify tink-cc build targets (macOS) | |
| platform: macos | |
| bazel: 7.x | |
| build_flags: | |
| - '--cxxopt=-std=c++14' | |
| - "--copt=-isystem/usr/local/include" | |
| build_targets: | |
| - '@tink_cc//tink:tink_cc' |