ref: 69674e88a5393217a724b9390ff3c843bd0fc768
parent: 93002b117b87635e9d3cab03ed22f87e0eaa0a2c
author: zamfofex <zamfofex@twdb.moe>
date: Fri Oct 20 10:57:12 EDT 2023
fix sourcehut build
--- a/.build.yml
+++ b/.build.yml
@@ -6,6 +6,7 @@
- build-base
- python3
- bearssl-dev
+ - xz
sources:
- https://git.sr.ht/~zamfofex/moonfish
- https://github.com/thomasahle/sunfish#10e93383eae345c2b700657afe33b862604af20a
--- a/minify.sh
+++ b/minify.sh
@@ -3,6 +3,8 @@
# moonfish is licensed under the AGPL (v3 or later)
# copyright 2023 zamfofex
+set -e
+
# for every C source file
cat moonfish.h chess.c search.c main.c |
--
⑨