Skip to content

Commit e2e83de

Browse files
committed
Add bcr metadata
1 parent f08593f commit e2e83de

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed

.bcr/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
moduleRoots:
2+
- "."

.bcr/metadata.template.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"homepage": "https://github.com/stackb/rules_proto",
3+
"maintainers": [
4+
{
5+
"name": "Paul Cody",
6+
"email": "[email protected]",
7+
"github": "pcj"
8+
}
9+
],
10+
"repository": [
11+
"github:stackb/rules_proto"
12+
],
13+
"versions": [],
14+
"yanked_versions": {}
15+
}

.bcr/presubmit.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
bcr_test_module:
2+
module_path: "."
3+
matrix:
4+
platform:
5+
[
6+
"debian10",
7+
"ubuntu2004",
8+
"macos",
9+
"macos_arm64",
10+
"windows",
11+
"windows_arm64",
12+
]
13+
bazel: [7.x, 8.x]
14+
tasks:
15+
run_tests:
16+
name: "Run test module"
17+
platform: ${{ platform }}
18+
bazel: ${{ bazel }}
19+
build_targets:
20+
- "//..."
21+
test_targets:
22+
- "//..."

.bcr/source.template.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"integrity": "",
3+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_proto-{TAG}.tar.gz"
4+
}

0 commit comments

Comments
 (0)