Skip to content

Commit

Permalink
Set up publish-to-bcr (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion authored Jan 5, 2024
1 parent 01556a1 commit c1a9911
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"homepage": "https://github.com/bazel-contrib/rules_jvm",
"maintainers": [
{
"name": "Daniel Wagner-Hall",
"email": "[email protected]",
"github": "illicitonion"
},
{
"name": "Gibson Fahnestock",
"email": "[email protected]",
"github": "gibfahn"
},
{
"name": "Simon Stewart",
"email": "[email protected]",
"github": "shs96c"
}
],
"repository": [
"github:bazel-contrib/rules_jvm"
],
"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 @@
# We should probably create a standalone test module, but for now we'll just run our in-repo tests.
bcr_test_module:
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run tests"
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": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
}

0 comments on commit c1a9911

Please sign in to comment.