Skip to content

Commit

Permalink
[release] Add BCR templates (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic authored Nov 4, 2024
1 parent b0d902c commit e2672c6
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
Empty file added .bcr/config.yml
Empty file.
20 changes: 20 additions & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"homepage": "https://github.com/EngFlow/engflowapis",
"maintainers": [
{
"email": "[email protected]",
"github": "TheGrizzlyDev",
"name": "Antonio Di Stefano"
},
{
"email": "[email protected]",
"github": "Yannic",
"name": "Yannic Bonenberger"
}
],
"repository": [
"github:EngFlow/engflowapis"
],
"versions": [],
"yanked_versions": {}
}
17 changes: 17 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- "debian10"
- "ubuntu2004"
- "macos"
- "macos_arm64"
- "windows"
bazel:
- "7.x"

tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@engflowapis//...'
4 changes: 4 additions & 0 deletions .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"integrity": "**leave this alone**",
"url": "https://github.com/EngFlow/engflowapis/releases/download/{TAG}/engflowapis-{TAG}.tar.gz"
}

0 comments on commit e2672c6

Please sign in to comment.