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

10 lines
136 B
YAML
Raw Normal View History

2024-03-04 19:24:50 +00:00
image: alpine/latest
packages:
- go
tasks:
- go-get: |
cd go-satel
go get -t
- test: |
cd go-satel
go test