diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-03 10:47:57 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-03 10:47:57 +0800 |
commit | 2fba639cedd210454fbea971c2a9fe302274a255 (patch) | |
tree | a6765fb888b82580dbdc755dab758b87fbdad7f0 | |
parent | git2d: Use extern inline for utf8_decode (diff) | |
download | forge-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.yml | 30 | ||||
-rw-r--r-- | README.md | 2 |
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 @@ -1,7 +1,5 @@ # Lindenii Forge -[](https://builds.sr.ht/~runxiyu/forge) - **Work in progress.** Lindenii Forge aims to be an uncomplicated yet featured software forge, |