1
Fork 0
undocker/.build.yml

12 lines
180 B
YAML

image: alpine/edge
packages:
- go
- make
sources:
- https://git.sr.ht/~motiejus/undocker
tasks:
- test: |
make -C coverage.html
artifacts:
- undocker/coverage.html