Skip to content

Commit

Permalink
Add metadata for "Publish to BCR" app (#246)
Browse files Browse the repository at this point in the history
* Add metadata for "Publish to BCR" app

* Update presubmit.yml
  • Loading branch information
fmeum committed Mar 27, 2024
1 parent 1dbcd91 commit b0199e6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"homepage": "https://github.com/bazelbuild/rules_fuzzing",
"maintainers": [
{
"email": "[email protected]",
"github": "stefanbucur",
"name": "Stefan Bucur"
}
],
"versions": [],
"yanked_versions": {}
}
20 changes: 20 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
platform: ["macos", "ubuntu2204"]

tasks:
build_targets:
name: "Build targets"
platform: ${{ platform }}
build_targets:
- "@rules_fuzzing//fuzzing/..."

bcr_test_module:
module_path: "examples/bzlmod"
matrix:
platform: ["macos", "ubuntu2204"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions .bcr/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}/rules_fuzzing-{VERSION}.tar.gz"
}

0 comments on commit b0199e6

Please sign in to comment.