blob: 1b4bd2ac3ba07f81a40a5a9537549d4a93981c75 [file] [log] [blame]
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++'
bcr_test_module:
module_path: examples/bazel
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 8.x
- 7.x
tasks:
run_test_module:
name: Build example module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '//:use_cpp_lib'
- '//:use_c_lib'
- '//:use_jsonnet_cmd'