CI/CD: client build & release workflow #8
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BlackLobster/Client#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a
.forgejo/workflows/pipeline that runsbuild-client.sh(kotlinc -> single self-contained jar) on push and on tag, and attachesblack-lobster-client.jarto a Forgejo release on tags. Cache the Kotlin toolchain where possible.Source: new (CD sprint);
build-client.sh.