Setup unit test CI
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
jaina heartles 2022-12-18 04:44:56 -08:00
parent 951bb90ad8
commit 7e6110fbfe
1 changed files with 14 additions and 0 deletions

14
.woodpecker.yml Normal file
View 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