giant freakin documentation and reorganization pass, it also uses cmake because all the building was getting too complicated for shell scripts

This commit is contained in:
2025-09-29 20:31:42 -07:00
parent a5f837189b
commit 0edb4b50d2
71 changed files with 4895 additions and 127 deletions

17
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,17 @@
when:
- event: push
branch: trunk
steps:
- name: build linux
image: vcs.otl-hga.net/nicole/seagull-game:buildenv
commands:
- mkdir build && cd build
- cargo install rant --version 4.0.0-alpha.33 --features cli --root $(pwd)/opt/rant
- mkdir -p app/rant
- python ../render-wordlists.py -i ../ext/imsky/wordlists -o rant ./app/rant/wordlist.rant
- rsync -r ../app .
- pip install -r app/requirements.txt
- pip install -r app/requirements-build-desktop.txt
- pip install -r app/requirements-desktop.txt
- pip install -r app/requirements-desktop-linux.txt
- pyinstaller seagull.spec