Add build manifest

This commit is contained in:
Adnan Maolood 2021-02-16 00:05:10 -05:00
parent 1d6cbddc5b
commit 1cb31e2d65
1 changed files with 9 additions and 0 deletions

9
.build.yml Normal file
View File

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