Skip to content

Commit b0199e6

Browse files
authored
Add metadata for "Publish to BCR" app (#246)
* Add metadata for "Publish to BCR" app * Update presubmit.yml
1 parent 1dbcd91 commit b0199e6

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

.bcr/metadata.template.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"homepage": "https://github.com/bazelbuild/rules_fuzzing",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "stefanbucur",
7+
"name": "Stefan Bucur"
8+
}
9+
],
10+
"versions": [],
11+
"yanked_versions": {}
12+
}

.bcr/presubmit.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
matrix:
2+
platform: ["macos", "ubuntu2204"]
3+
4+
tasks:
5+
build_targets:
6+
name: "Build targets"
7+
platform: ${{ platform }}
8+
build_targets:
9+
- "@rules_fuzzing//fuzzing/..."
10+
11+
bcr_test_module:
12+
module_path: "examples/bzlmod"
13+
matrix:
14+
platform: ["macos", "ubuntu2204"]
15+
tasks:
16+
run_tests:
17+
name: "Run test module"
18+
platform: ${{ platform }}
19+
test_targets:
20+
- "//..."

.bcr/source.template.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "",
3+
"strip_prefix": "",
4+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_fuzzing-{VERSION}.tar.gz"
5+
}

0 commit comments

Comments
 (0)