source: code/trunk/.build.yml@ 270

Last change on this file since 270 was 116, checked in by contact, 5 years ago

ci: add builds.sr.ht manifest

File size: 139 bytes
Line 
1image: alpine/edge
2packages:
3 - go
4sources:
5 - https://git.sr.ht/~emersion/soju
6tasks:
7 - build: |
8 cd soju
9 go test -v ./...
Note: See TracBrowser for help on using the repository browser.