From 2fba639cedd210454fbea971c2a9fe302274a255 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 03 Apr 2025 10:47:57 +0800 Subject: [PATCH] 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. --- .build.yml | 30 ------------------------------ README.md | 2 -- diff --git a/.build.yml b/.build.yml deleted file mode 100644 index ac716c979aa85694170b189d890d1daa1d8dc6c8..0000000000000000000000000000000000000000 --- 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 f7fee69c7f4ed87f2e182c8d3a1be4f1da5f3dd0..45d964115f7e90ba58ae725bc8abac63bae5f68a 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, -- 2.48.1