promise/.build.yml

20 lines
318 B
YAML
Raw Permalink Normal View History

2023-11-29 06:36:42 +00:00
image: freebsd/latest
packages:
- tex-formats
- texlive-base
- hs-pandoc
- gmake
artifacts:
- promise/release/promise.pdf
- promise/release/promise.epub
sources:
- https://git.sr.ht/~spicywolf/promise
tasks:
- build: |
cd promise
gmake
- release: |
cd promise
gmake release