Add zstd and lz4 to test suite CI
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Olivier 'reivilibre' 2021-10-12 19:31:12 +01:00
parent a2c98b16fe
commit 1ba2f09676

View File

@ -20,7 +20,7 @@ pipeline:
testSuite: testSuite:
image: rust:1.54.0-slim-bullseye image: rust:1.54.0-slim-bullseye
commands: commands:
- apt-get -qq update && apt-get -yqq -o=Dpkg::Use-Pty=0 install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv postgresql postgresql-client mariadb-server mariadb-client - apt-get -qq update && apt-get -yqq -o=Dpkg::Use-Pty=0 install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv postgresql postgresql-client mariadb-server mariadb-client zstd lz4
- pg_ctlcluster 13 main start - pg_ctlcluster 13 main start
- "mysqld_safe &" - "mysqld_safe &"
- su postgres -c 'createuser root' - su postgres -c 'createuser root'