aetherials/.build.yml

19 lines
323 B
YAML
Raw Normal View History

2023-11-29 06:21:02 +00:00
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