Skip to content

Commit

Permalink
prepare bcr release
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Oct 9, 2024
1 parent 20461ad commit 8878d7c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Empty file added .bcr/config.yml
Empty file.
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/tweag/rules_gcs",
"maintainers": [
{
"name": "Malte Poll",
"email": "[email protected]",
"github": "malt3"
}
],
"repository": [
"github:tweag/rules_gcs"
],
"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 @@
bcr_test_module:
module_path: "."
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: [7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
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/{TAG}/{REPO}-{TAG}.tar.gz"
}

0 comments on commit 8878d7c

Please sign in to comment.