Fix release CI config
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
ef79564a65
commit
876a4162fc
|
@ -18,8 +18,7 @@ pipeline:
|
||||||
image: docker.bics.ga/rei_ci/rust-sccache
|
image: docker.bics.ga/rei_ci/rust-sccache
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
|
- 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
|
||||||
- cargo build --release --path datman
|
|
||||||
- "qualsuff=`echo -$DRONE_TAG-$DRONE_ARCH | sed s%/%-%`"
|
- "qualsuff=`echo -$DRONE_TAG-$DRONE_ARCH | sed s%/%-%`"
|
||||||
- mkdir dist
|
- mkdir dist
|
||||||
- cp target/release/yama dist/yama$qualsuff
|
- cp target/release/yama dist/yama$qualsuff
|
||||||
|
|
Loading…
Reference in New Issue