tangled
alpha
login
or
join now
bladee.bsky.social
/
darkfeed
1
fork
atom
Bluesky feed server - NSFW Likes
1
fork
atom
overview
issues
2
pulls
pipelines
ci: Add basic workflow
bladee.bsky.social
3 months ago
89f4787d
780deef3
verified
This commit was signed with the committer's
known signature
.
bladee.bsky.social
SSH Key Fingerprint:
SHA256:+YD7E7cyoUS8DTBB7i5c8AWUOvVAmmwcErmb2UIN2cY=
0/1
build.yaml
failed
43s
+13
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yaml
+13
.tangled/workflows/build.yaml
···
1
1
+
when:
2
2
+
- event: [ "push" ]
3
3
+
branch: [ "*" ]
4
4
+
5
5
+
engine: "nixery"
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- jdk21_headless
10
10
+
11
11
+
steps:
12
12
+
- name: "Build with Gradle"
13
13
+
command: "./gradlew :darkfeed:assembleDist"