Add bazel version

This commit is contained in:
Ivo List 2024-09-13 20:03:27 +00:00
parent 6a6e870a20
commit b6db47b84b
1 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
matrix: matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"] platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
bazel:
- 6.x
- 7.x
tasks: tasks:
verify_targets: verify_targets:
name: "Verify build targets" name: "Verify build targets"
platform: ${{ platform }} platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets: build_targets:
- "@rules_cc//cc/..." - "@rules_cc//cc/..."