Skip to content

Commit bab5540

Browse files
committed
Add sourcekit_bazel_bsp
1 parent 828799d commit bab5540

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module(
2+
name = "sourcekit_bazel_bsp",
3+
version = "0.2.0",
4+
compatibility_level = 0,
5+
)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
matrix:
2+
platform:
3+
- macos
4+
- macos_arm64
5+
bazel:
6+
- 8.x
7+
- 7.x
8+
tasks:
9+
verify_targets:
10+
name: Verify build targets
11+
platform: ${{ platform }}
12+
bazel: ${{ bazel }}
13+
build_targets:
14+
- '@sourcekit_bazel_bsp//Sources:sourcekit-bazel-bsp'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/spotify/sourcekit-bazel-bsp/releases/download/0.2.0/release.tar.gz",
3+
"integrity": "sha256-SELFt5+QA/zWG+L3ml+cpKJLnAFkt/fVZP6F4Fz/X9c=",
4+
"patch_strip": 0
5+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"homepage": "https://github.com/spotify/sourcekit-bazel-bsp",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "rockbruno",
7+
"github_user_id": 11647449,
8+
"name": "Bruno Rocha"
9+
}
10+
],
11+
"repository": [
12+
"github:spotify/sourcekit-bazel-bsp"
13+
],
14+
"versions": [
15+
"0.2.0"
16+
],
17+
"yanked_versions": {}
18+
}

0 commit comments

Comments
 (0)