Blob


1 image: openbsd/latest
2 packages:
3 - go
4 - node
5 - ruby-2.7.5
6 sources:
7 - https://git.sr.ht/~otl/mailmux
8 tasks:
9 - test: cd mailmux && go test ./...
10 - docs: |
11 cd ..
12 cp mailmux/docs/httpapiref.md slate/source/index.html.md
13 cd slate
14 bundle27 install --path vendor/bundle
15 bundle27 exec middleman build