matrix: | |
platform: | |
- rockylinux8 | |
- debian10 | |
- ubuntu2004 | |
- macos | |
- windows | |
bazel: [7.x] | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_targets: | |
- '@sqlite3//:sqlite3' | |
- '@sqlite3//:shell' | |
- '@sqlite3//:sqlite3ext' |