Skip to content

Commit 7faf6e6

Browse files
authored
chore: add files for publish-to-bcr (#329)
Closes #322.
1 parent 26316d6 commit 7faf6e6

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

.bcr/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fixedReleaser:
2+
login: cgrindel
3+

.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/cgrindel/rules_swift_package_manager",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "cgrindel",
7+
"name": "Chuck Grindel"
8+
}
9+
],
10+
"repository": [
11+
"github:cgrindel/rules_swift_package_manager"
12+
],
13+
"versions": [],
14+
"yanked_versions": {}
15+
}

.bcr/presubmit.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
bcr_test_module:
2+
module_path: ""
3+
matrix:
4+
platform: ["macos", "ubuntu2004"]
5+
tasks:
6+
run_tests:
7+
name: "Run test module"
8+
platform: ${{ platform }}
9+
test_targets:
10+
- "//bzlmod:e2e_test"

.bcr/source.template.json

Lines changed: 5 additions & 0 deletions
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_swift_package_manager.{TAG}.tar.gz"
5+
}

0 commit comments

Comments
 (0)