aetherials/.build.yml
2023-11-29 00:21:02 -06:00

19 lines
323 B
YAML

image: freebsd/latest
packages:
- texlive-full
- hs-pandoc
- gmake
artifacts:
- aetherials/release/aetherials.pdf
- aetherials/release/aetherials.epub
sources:
- https://git.sr.ht/~spicywolf/aetherials
tasks:
- build: |
cd aetherials
gmake
- release: |
cd aetherials
gmake release