Add libolm-dev and cmake to CI deps
continuous-integration/drone the build was successful Details

This commit is contained in:
Olivier 'reivilibre' 2021-11-08 11:23:50 +00:00
parent 0787ef5a94
commit 1095ef0aa6
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ pipeline:
clippy:
image: rust:1.56.1-slim
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
#- rustup component add clippy
# TODO clippy one day
- cargo check
@ -15,7 +15,7 @@ pipeline:
tag: v*
image: rust:1.56.1-slim
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
- cargo build --release
- "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/'/'/-}"
- "mkdir $dir"