summaryrefslogtreecommitdiff
path: root/ci/README.md
diff options
context:
space:
mode:
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.