2021-05-31 23:43:07 +03:00
|
|
|
image: alpine/edge
|
|
|
|
packages:
|
|
|
|
- go
|
|
|
|
sources:
|
|
|
|
- https://git.sr.ht/~motiejus/undocker
|
|
|
|
tasks:
|
|
|
|
- test: |
|
2021-05-31 23:43:45 +03:00
|
|
|
cd undocker
|
|
|
|
go test -cover ./...
|
2021-05-31 23:43:07 +03:00
|
|
|
- build: |
|
2021-05-31 23:43:45 +03:00
|
|
|
cd undocker
|
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build .
|
2021-05-31 23:43:07 +03:00
|
|
|
artifacts:
|
|
|
|
- undocker/undocker
|