alps/.build.yml
2020-08-13 11:10:00 +02:00

10 lines
139 B
YAML

image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~emersion/alps
tasks:
- build: |
cd alps
go test -v ./...