mirror of https://github.com/bazelbuild/rules_cc
Merge pull request #240 from bazelbuild:comius-patch-1
PiperOrigin-RevId: 682269919 Change-Id: Iae32802a2d92a79f9791708dceeafc8b1fb51f10
This commit is contained in:
commit
b1bea517b7
|
@ -1,6 +1,12 @@
|
||||||
{
|
{
|
||||||
"homepage": "https://github.com/bazelbuild/rules_cc",
|
"homepage": "https://github.com/bazelbuild/rules_cc",
|
||||||
"maintainers": [],
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"email": "ilist@google.com",
|
||||||
|
"github": "comius",
|
||||||
|
"name": "Ivo Ristovski List"
|
||||||
|
}
|
||||||
|
],
|
||||||
"versions": [],
|
"versions": [],
|
||||||
"yanked_versions": {}
|
"yanked_versions": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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/..."
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"integrity": "",
|
"integrity": "",
|
||||||
"strip_prefix": "{REPO}-{VERSION}",
|
"strip_prefix": "{REPO}-{VERSION}",
|
||||||
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
|
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_cc-{TAG}.tar.gz"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue