Skip to content

Commit 4155ae9

Browse files
committed
Add BCR files
GitOrigin-RevId: 151f325007193405b915aa2e21a2ed771fe1f9fd
1 parent faede79 commit 4155ae9

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

.bcr/metadata.template.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"homepage": "https://github.com/Vertexwahn/rules_qt6",
3+
"maintainers": [
4+
{
5+
"email": "julian.amann@tum.de",
6+
"github": "Vertexwahn",
7+
"github_user_id": 3775001,
8+
"name": "Julian Amann"
9+
}
10+
],
11+
"repository": [
12+
"github:Vertexwahn/rules_qt6"
13+
],
14+
"versions": [],
15+
"yanked_versions": {}
16+
}

.bcr/presubmit.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
matrix:
2+
platform:
3+
- macos
4+
- macos_arm64
5+
- ubuntu2204
6+
- ubuntu2404
7+
- windows
8+
bazel: [7.x, 8.x, rolling]
9+
tasks:
10+
run_tests:
11+
name: Run test module
12+
platform: ${{ platform }}
13+
bazel: ${{ bazel }}
14+
build_targets:
15+
- '//...'

.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": "", // <-- Leave this alone
3+
"strip_prefix": "{REPO}-{VERSION}",
4+
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
5+
}

0 commit comments

Comments
 (0)