Browse Source

ci: add .build.yml

master
Simon Ser 4 years ago
parent
commit
4b887f5771
No known key found for this signature in database GPG Key ID: FDE7BE0E88F5E48
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .build.yml

+ 9
- 0
.build.yml 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 ./...

Loading…
Cancel
Save