fediglam/.woodpecker.yml

14 lines
198 B
YAML

clone:
git:
image: woodpeckerci/plugin-git
settings:
depth: 1
lfs: false
pipeline:
unit-tests:
image: alpine
commands:
- apk add sqlite
- zig build unit