| verify_linux_targets: |
| name: Verify linux build and test targets |
| platform: ${{ platform }} |
| matrix: |
| platform: |
| - debian10 |
| - ubuntu2004 |
| bazel: |
| - 7.x |
| - 6.x |
| shell_commands: |
| - ./ci/setup_linux_environment.sh |
| bazel: ${{ bazel }} |
| build_targets: |
| - '@io_opentracing_cpp//...' |
| test_targets: |
| - '@io_opentracing_cpp//...' |
| verify_osx_targets: |
| name: Verify osx build and test targets |
| platform: ${{ platform }} |
| matrix: |
| platform: |
| - macos |
| - macos_arm64 |
| bazel: |
| - 7.x |
| - 6.x |
| shell_commands: |
| - ./ci/setup_osx_environment.sh |
| bazel: ${{ bazel }} |
| build_targets: |
| - '@io_opentracing_cpp//...' |
| test_targets: |
| - '@io_opentracing_cpp//...' |