1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-03-28 10:20:04 +01:00

Add build manifest

This commit is contained in:
Adnan Maolood 2021-02-16 00:05:10 -05:00
parent 1d6cbddc5b
commit 1cb31e2d65

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 ./...