Fix release CI config
continuous-integration/drone the build failed Details

This commit is contained in:
Olivier 'reivilibre' 2021-11-14 17:40:38 +00:00
parent ef79564a65
commit 876a4162fc
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ pipeline:
image: docker.bics.ga/rei_ci/rust-sccache
commands:
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
- cargo build --release --path yama
- cargo build --release --path datman
- cargo build --release
- "qualsuff=`echo -$DRONE_TAG-$DRONE_ARCH | sed s%/%-%`"
- mkdir dist
- cp target/release/yama dist/yama$qualsuff