aetherials/.build.yml

20 lines
339 B
YAML
Raw Normal View History

2023-11-29 06:21:02 +00:00
image: freebsd/latest
packages:
2023-11-29 06:32:56 +00:00
- tex-formats
- texlive-base
2023-11-29 06:21:02 +00:00
- 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