ci: add builds.sr.ht manifest

This commit is contained in:
Simon Ser 2020-03-18 10:28:58 +01:00
parent c82438625e
commit 8274ff17c1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

9
.build.yml Normal file
View file

@ -0,0 +1,9 @@
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~emersion/soju
tasks:
- build: |
cd soju
go test -v ./...