Skip to content

Commit

Permalink
Add bcr setup for gazelle (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
comius authored May 31, 2024
1 parent 2395011 commit ab604c1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .bcr/gazelle/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"homepage": "https://github.com/bazelbuild/bazel-skylib",
"maintainers": [
{
"email": "[email protected]",
"github": "comius",
"name": "Ivo Ristovski List"
}
],
"versions": [],
"yanked_versions": {},
"repository": [
"github:bazelbuild/bazel-skylib"
]
}
17 changes: 17 additions & 0 deletions .bcr/gazelle/presubmit.yml
Original file line number Diff line number Diff line change
@@ -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//..."
5 changes: 5 additions & 0 deletions .bcr/gazelle/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "",
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/bazel-skylib-gazelle-plugin-{TAG}.tar.gz"
}

0 comments on commit ab604c1

Please sign in to comment.