Skip to content

Commit

Permalink
chore: add files for publish-to-bcr (#329)
Browse files Browse the repository at this point in the history
Closes #322.
  • Loading branch information
cgrindel authored Apr 1, 2023
1 parent 26316d6 commit 7faf6e6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fixedReleaser:
login: cgrindel
email: [email protected]
15 changes: 15 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"homepage": "https://github.com/cgrindel/rules_swift_package_manager",
"maintainers": [
{
"email": "[email protected]",
"github": "cgrindel",
"name": "Chuck Grindel"
}
],
"repository": [
"github:cgrindel/rules_swift_package_manager"
],
"versions": [],
"yanked_versions": {}
}
10 changes: 10 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: ""
matrix:
platform: ["macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//bzlmod:e2e_test"
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_swift_package_manager.{TAG}.tar.gz"
}

0 comments on commit 7faf6e6

Please sign in to comment.