1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-06-10 06:06:07 +02:00

Add build manifest

This commit is contained in:
adnano 2021-02-16 00:05:10 -05:00
parent 9c66f1f07b
commit bf03911fef

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