source:
code/trunk/.build.yml@
218
Last change on this file since 218 was 116, checked in by , 5 years ago | |
---|---|
File size: 139 bytes |
Rev | Line | |
---|---|---|
[116] | 1 | image: alpine/edge |
2 | packages: | |
3 | - go | |
4 | sources: | |
5 | - https://git.sr.ht/~emersion/soju | |
6 | tasks: | |
7 | - build: | | |
8 | cd soju | |
9 | go test -v ./... |
Note:
See TracBrowser
for help on using the repository browser.