aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-03 10:47:57 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-03 10:47:57 +0800
commit2fba639cedd210454fbea971c2a9fe302274a255 (patch)
treea6765fb888b82580dbdc755dab758b87fbdad7f0
parentgit2d: Use extern inline for utf8_decode (diff)
downloadforge-2fba639cedd210454fbea971c2a9fe302274a255.tar.gz
forge-2fba639cedd210454fbea971c2a9fe302274a255.tar.zst
forge-2fba639cedd210454fbea971c2a9fe302274a255.zip
Disable CI for now
I'm currently not working on places where the CI would be helpful anyway, and having to -o skip-ci then push to other remotes separately is getting a bit annoying, otherwise I would be wasting builds.sr.ht's resources unnecessarily.
-rw-r--r--.build.yml30
-rw-r--r--README.md2
2 files changed, 0 insertions, 32 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index ac716c9..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-image: alpine/edge
-secrets:
- - cf31947b-6d5d-4229-8ed3-56183102ea81
-packages:
- - go
- - mandoc
- - hut
- - golangci-lint
- - linux-headers
- - make
- - gcc
- - musl-dev
-tasks:
- - prepare: |
- cd forge
- - build: |
- cd forge
- make
- - lint: |
- cd forge
- golangci-lint run .
- - upload: |
- cd forge
- x="$(git describe --exact || true)"
- if [ -z "$x" ]; then
- printf 'Not a tag, not uploading artifacts\n' >&2
- else
- mv forge forge-"$x"-linux-amd64
- hut git artifact -r forge upload forge-"$x"-linux-amd64
- fi
diff --git a/README.md b/README.md
index f7fee69..45d9641 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# Lindenii Forge
-[![builds.sr.ht status](https://builds.sr.ht/~runxiyu/forge.svg)](https://builds.sr.ht/~runxiyu/forge)
-
**Work in progress.**
Lindenii Forge aims to be an uncomplicated yet featured software forge,