summaryrefslogtreecommitdiff
path: root/ci/README.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
commit659c694c23d310dca4252dd316c03c0e00e1069d (patch)
tree3a163ffd8646317d093242556d9250c7b48a2a55 /ci/README.md
parent80549bb1cd948100f9755d3ba82eb1d714063dc4 (diff)
downloadhaxircd-docs-659c694c23d310dca4252dd316c03c0e00e1069d.tar.gz
haxircd-docs-659c694c23d310dca4252dd316c03c0e00e1069d.zip
CI: Add README and post-receive
Diffstat (limited to 'ci/README.md')
-rw-r--r--ci/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/README.md b/ci/README.md
new file mode 100644
index 0000000..3959a38
--- /dev/null
+++ b/ci/README.md
@@ -0,0 +1,14 @@
+# HaxIRCd CI Misc Files
+
+HaxIRCd is often manually tested with the Codeberg CI. The main code
+repository contains a directory called `.woodpecker` which contains build
+manifests to build on Alpine Linux, Arch Linux, Debian GNU/Linux, and Fedora.
+
+HaxIRCd also aims to support BSD systems. We do not have access to CI that
+provide BSD virtual machines; therefore, I (Runxi Yu) occasionally pushes to
+[tilde.institute](https://tilde.institute), which runs a git post-receive hook
+that builds HaxIRCd. HaxIRCd should be relatively lightweight to build, and I
+only occasionally push there, so it shouldn't be a resource hog.
+
+This repository also contains samples `.makeopts` and `config.c` to be used in
+CI.