19 lines
323 B
YAML
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
|
||
|
|