ox-gemini/.build.yml

12 lines
174 B
YAML
Raw Normal View History

2020-11-25 17:20:44 +00:00
image: alpine/edge
packages:
- emacs
- make
sources:
- https://git.sr.ht/~abrahms/ox-gemini
tasks:
- build: |
2020-11-25 17:23:07 +00:00
cd ox-gemini
2020-11-25 17:20:44 +00:00
make update
make compile