Blame


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