1
Fork 0
undocker/.build.yml

12 lines
189 B
YAML
Raw Normal View History

2021-05-31 23:43:07 +03:00
image: alpine/edge
packages:
- go
2021-06-01 08:42:23 +03:00
- make
2021-05-31 23:43:07 +03:00
sources:
- https://git.sr.ht/~motiejus/undocker
tasks:
- test: |
2021-06-01 08:43:36 +03:00
make -C undocker coverage.html
2021-05-31 23:43:07 +03:00
artifacts:
2021-06-01 08:42:23 +03:00
- undocker/coverage.html