aetherials/.build.yml
2023-11-29 00:32:56 -06:00

20 lines
339 B
YAML

image: freebsd/latest
packages:
- tex-formats
- texlive-base
- 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