Skip to content

Commit

Permalink
Add Publish to BCR template files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob committed Dec 23, 2023
1 parent ab2b589 commit 65f6111
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"homepage": "https://github.com/mattrobmattrob/swift-bep-parser",
"maintainers": [
{
"email": "[email protected]",
"name": "Matt Robinson"
}
],
"repository": [
"github:mattrobmattrob/swift-bep-parser"
],
"versions": [],
"yanked_versions": {}
}
6 changes: 6 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
verify_build_targets:
name: Verify Build targets on macOS
platform: macos
build_targets:
- "@swift_bep_parser//..."
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}/{REPO}.{TAG}.tar.gz"
}

0 comments on commit 65f6111

Please sign in to comment.