Skip to content

Commit 3bc313d

Browse files
committed
chore: add .bcr dir
1 parent 4def184 commit 3bc313d

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.bcr/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fixedReleaser:
2+
login: markuszoppelt
3+
email: markus.zoppelt@code-intelligence.com

.bcr/metadata.template.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"homepage": "https://github.com/CodeIntelligenceTesting/cifuzz-bazel",
3+
"maintainers": [
4+
{
5+
"email": "markus.zoppelt@code-intelligence.com",
6+
"github": "MarkusZoppelt",
7+
"name": "Markus Zoppelt"
8+
}
9+
],
10+
"versions": [],
11+
"yanked_versions": {}
12+
}

.bcr/presubmit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
matrix:
2+
platform: ["macos", "ubuntu2404"]
3+
4+
tasks:
5+
build_targets:
6+
name: "Build targets"
7+
platform: ${{ platform }}
8+
build_targets:
9+
- "@cifuzz//..."

.bcr/source.template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "",
3+
"strip_prefix": "",
4+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/cifuzz-bazel-{VERSION}.tar.gz"
5+
}

0 commit comments

Comments
 (0)