source:
code/trunk/.build.yml@
366
Last change on this file since 366 was 332, checked in by , 5 years ago | |
---|---|
File size: 188 bytes |
Line | |
---|---|
1 | image: alpine/edge |
2 | packages: |
3 | - go |
4 | - scdoc |
5 | sources: |
6 | - https://git.sr.ht/~emersion/soju |
7 | tasks: |
8 | - build: | |
9 | cd soju |
10 | go test -v ./... |
11 | scdoc <doc/soju.1.scd >/dev/null |
Note:
See TracBrowser
for help on using the repository browser.