Signed-off-by: Olivier 'reivilibre <olivier@librepush.net>
This commit is contained in:
parent
a21b23add3
commit
72be4e0ae2
12
.woodpecker/ci.yml
Normal file
12
.woodpecker/ci.yml
Normal file
@ -0,0 +1,12 @@
|
||||
platform: linux/amd64
|
||||
|
||||
pipeline:
|
||||
tests:
|
||||
image: "rust:1.79.0"
|
||||
commands:
|
||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq update > /dev/null
|
||||
- DEBIAN_FRONTEND=noninteractive apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev postgresql > /dev/null
|
||||
- cargo build --all
|
||||
- cargo test --all
|
||||
when:
|
||||
event: [push, pull_request]
|
Loading…
Reference in New Issue
Block a user