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:
|
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/..."
|
||||||
|
|
Loading…
Reference in New Issue