mirror of https://github.com/bazelbuild/rules_cc
Add bazel version
This commit is contained in:
parent
6a6e870a20
commit
b6db47b84b
|
@ -1,8 +1,12 @@
|
|||
matrix:
|
||||
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
|
||||
bazel:
|
||||
- 6.x
|
||||
- 7.x
|
||||
tasks:
|
||||
verify_targets:
|
||||
name: "Verify build targets"
|
||||
platform: ${{ platform }}
|
||||
bazel: ${{ bazel }}
|
||||
build_targets:
|
||||
- "@rules_cc//cc/..."
|
||||
|
|
Loading…
Reference in New Issue