2021-05-31 20:43:07 +00:00
|
|
|
image: alpine/edge
|
|
|
|
packages:
|
|
|
|
- go
|
2021-06-01 06:00:27 +00:00
|
|
|
- git
|
2021-06-01 05:42:23 +00:00
|
|
|
- make
|
2021-05-31 20:43:07 +00:00
|
|
|
sources:
|
|
|
|
- https://git.sr.ht/~motiejus/undocker
|
|
|
|
tasks:
|
2021-06-01 06:00:27 +00:00
|
|
|
- setup: |
|
2021-06-01 06:03:09 +00:00
|
|
|
GOPATH=/usr/local go get honnef.co/go/tools/cmd/staticcheck
|
2021-05-31 20:43:07 +00:00
|
|
|
- test: |
|
2021-06-01 05:43:36 +00:00
|
|
|
make -C undocker coverage.html
|
2021-06-01 06:00:27 +00:00
|
|
|
- lint: |
|
|
|
|
make -C undocker lint
|
2021-05-31 20:43:07 +00:00
|
|
|
artifacts:
|
2021-06-01 05:42:23 +00:00
|
|
|
- undocker/coverage.html
|