Skip to content

Commit

Permalink
Add publish-to-bcr configuration (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Jan 7, 2023
1 parent 125f395 commit 17ca7f8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
Empty file added .bcr/config.yml
Empty file.
13 changes: 13 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"homepage": "https://github.com/bazel-contrib/rules_cuda",
"maintainers": [
{
"email": "james.sharpe@zenotech.com",
"github": "jsharpe",
"name": "James Sharpe"
}
],
"repository": ["github:bazel-contrib/rules_cuda"],
"versions": [],
"yanked_versions": {}
}
12 changes: 12 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# We recommend included a bcr test workspace that exercises your ruleset with bzlmod.
# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod.
#bcr_test_module:
# module_path: "examples"
# matrix:
# platform: ["debian10", "macos", "ubuntu2004", "windows"]
# 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": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{VERSION}/{REPO}-{TAG}.tar.gz"
}

0 comments on commit 17ca7f8

Please sign in to comment.