Skip to content

Commit

Permalink
Merge pull request #37 from tweag/publish-to-bcr-app
Browse files Browse the repository at this point in the history
Add Publish to BCR templates
  • Loading branch information
tshaynik authored Oct 25, 2022
2 parents 8bd760d + 79d0581 commit 03285b0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Empty file added .bcr/config.yml
Empty file.
17 changes: 17 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/tweag/rules_sh#readme",
"maintainers": [
{
"email": "[email protected]",
"github": "aherrmann",
"name": "Andreas Herrmann"
},
{
"email": "[email protected]",
"github": "avdv",
"name": "Claudio Bley"
}
],
"versions": [],
"yanked_versions": {}
}
16 changes: 16 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
platforms:
centos7:
build_targets:
- '@rules_sh//...'
debian10:
build_targets:
- '@rules_sh//...'
macos:
build_targets:
- '@rules_sh//...'
ubuntu2004:
build_targets:
- '@rules_sh//...'
windows:
build_targets:
- '@rules_sh//...'
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 03285b0

Please sign in to comment.