1
0
Fork 0
go-satel/.build.yml

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