Add bcr setup for gazelle (#519)

This commit is contained in:
Ivo List 2024-05-31 11:45:14 +02:00 committed by GitHub
parent 2395011a0d
commit ab604c1cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"homepage": "https://github.com/bazelbuild/bazel-skylib",
"maintainers": [
{
"email": "ilist@google.com",
"github": "comius",
"name": "Ivo Ristovski List"
}
],
"versions": [],
"yanked_versions": {},
"repository": [
"github:bazelbuild/bazel-skylib"
]
}

View File

@ -0,0 +1,17 @@
matrix:
platform:
- centos7
- debian10
- macos
- ubuntu2004
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_build_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- "@bazel_skylib_gazelle_plugin//..."

View File

@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "",
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/bazel-skylib-gazelle-plugin-{TAG}.tar.gz"
}