1
Fork 0
undocker/.build.yml

21 lines
430 B
YAML

image: alpine/edge
packages:
- go
- git
- make
- shellcheck
sources:
- https://git.sr.ht/~motiejus/undocker
tasks:
- setup: |
go install honnef.co/go/tools/cmd/staticcheck@latest
- test: |
make -C undocker coverage.html
- lint: |
make -C undocker -O -j$(nproc) lint
- binaries: |
make -C undocker -O -j$(nproc) all
cat undocker/sha256sum-*.txt
artifacts:
- undocker/coverage.html