| matrix: | |
| platform: | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| - macos_arm64 | |
| bazel: | |
| - 8.x | |
| - 7.x | |
| tasks: | |
| verify_targets: | |
| name: Verify build targets | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| build_targets: | |
| - '@assimp' | |
| - '@assimp//:common' | |
| verify_targets_on_windows: | |
| name: Verify build targets | |
| platform: windows | |
| bazel: ${{ bazel }} | |
| build_flags: | |
| - '--cxxopt=/std:c++17' | |
| build_targets: | |
| - '@assimp' | |
| - '@assimp//:common' |