go-gemini/.build.yml

10 lines
133 B
YAML
Raw Permalink Normal View History

2021-02-16 05:05:10 +00:00
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~adnano/go-gemini
tasks:
- test: |
cd go-gemini
go test ./...