mirror of https://git.sr.ht/~michalr/go-satel
10 lines
136 B
YAML
10 lines
136 B
YAML
|
image: alpine/latest
|
||
|
packages:
|
||
|
- go
|
||
|
tasks:
|
||
|
- go-get: |
|
||
|
cd go-satel
|
||
|
go get -t
|
||
|
- test: |
|
||
|
cd go-satel
|
||
|
go test
|