Add libolm-dev and cmake to CI deps
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
0787ef5a94
commit
1095ef0aa6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user