experiment
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
This commit is contained in:
parent
dab4666b3e
commit
6185572b7c
|
@ -6,7 +6,7 @@ pipeline:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
image: rust:1.56.1-slim
|
image: rust:1.56.1-slim
|
||||||
commands:
|
commands:
|
||||||
- "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\\//-}"
|
- "dir=`echo $DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\\//-} | sed s%/%-%`"
|
||||||
- "echo $dir"
|
- "echo $dir"
|
||||||
#- 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
|
||||||
#- rustup component add clippy
|
#- rustup component add clippy
|
||||||
|
|
Loading…
Reference in New Issue