Skip to content

Commit 5f0540a

Browse files
Add bcr gh app support (#243)
1 parent 527037c commit 5f0540a

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.bcr/metadata.template.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"homepage": "https://github.com/Tinder/bazel-diff",
3+
"maintainers": [
4+
{
5+
"name": "Maxwell Elliott",
6+
"email": "[email protected]",
7+
"github": "maxwellE"
8+
}
9+
],
10+
"repository": [
11+
"github:Tinder/bazel-diff"
12+
],
13+
"versions": [],
14+
"yanked_versions": {}
15+
}

.bcr/presubmit.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 7.x
10+
tasks:
11+
verify_targets:
12+
name: Verify build targets
13+
platform: ${{ platform }}
14+
bazel: ${{ bazel }}
15+
build_targets:
16+
- '@bazel-diff//:bazel-diff'
17+
bcr_test_module:
18+
module_path: ""
19+
matrix:
20+
platform:
21+
- ubuntu2004
22+
- macos
23+
- macos_arm64
24+
bazel:
25+
- 7.x
26+
tasks:
27+
run_tests:
28+
name: Run test
29+
platform: ${{ platform }}
30+
bazel: ${{ bazel }}
31+
test_targets:
32+
- '//cli/...'

.bcr/source.template.json

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

0 commit comments

Comments
 (0)