source:
code/trunk/.build.yml@
224
Last change on this file since 224 was 116, checked in by , 5 years ago | |
---|---|
File size: 139 bytes |
Line | |
---|---|
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.