build manifest for CI

This commit is contained in:
Justin Abrahms 2020-11-25 09:20:44 -08:00
parent c15d7a3c08
commit 2a7428385b

10
.build.yml Normal file
View File

@ -0,0 +1,10 @@
image: alpine/edge
packages:
- emacs
- make
sources:
- https://git.sr.ht/~abrahms/ox-gemini
tasks:
- build: |
make update
make compile