This commit is contained in:
parent
951bb90ad8
commit
7e6110fbfe
1 changed files with 14 additions and 0 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
depth: 1
|
||||||
|
lfs: false
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
unit-tests:
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- apk add sqlite sqlite-dev libpq libpq-dev curl xz
|
||||||
|
- curl https://ziglang.org/download/0.10.0/zig-linux-x86_64-0.10.0.tar.xz | xz -d | tar -x
|
||||||
|
- ./zig-linux-x86_64-0.10.0/zig build unit
|
Loading…
Reference in a new issue