mess with ci
Some checks failed
ci/woodpecker/push/ci Pipeline failed

Signed-off-by: Olivier 'reivilibre <olivier@librepush.net>
This commit is contained in:
Olivier 'reivilibre' 2024-07-07 15:11:36 +01:00
parent 72be4e0ae2
commit b03c94612a

View File

@ -6,6 +6,9 @@ pipeline:
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
- ln -sf /usr/lib/postgresql/*/bin/* /usr/local/bin
- initdb --help
- exit 1
- cargo build --all
- cargo test --all
when: