blob: 9ce108651a48777878358dcb02c464c6848fe6bf [file]
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:
- '@jsonnet//cmd:jsonnet'
- '@jsonnet//cmd:jsonnetfmt'
- '@jsonnet//core:libjsonnet'
- '@jsonnet//cpp:libjsonnet++'