ox-gemini/.build.yml
Justin Abrahms 5b50b6e8d1 cd into repo
2020-11-25 09:23:07 -08:00

12 lines
174 B
YAML

image: alpine/edge
packages:
- emacs
- make
sources:
- https://git.sr.ht/~abrahms/ox-gemini
tasks:
- build: |
cd ox-gemini
make update
make compile