ci: add .build.yml

This commit is contained in:
Simon Ser 2020-03-18 14:04:37 +01:00
parent ea0626d806
commit 4b887f5771
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/koushin
tasks:
- build: |
cd koushin
go test -v ./...