experiment
continuous-integration/drone the build was successful Details

This commit is contained in:
Olivier 'reivilibre' 2021-11-08 13:09:57 +00:00
parent 9dfca7ec16
commit dab4666b3e
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ pipeline:
event: [push, pull_request]
image: rust:1.56.1-slim
commands:
- "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\//-}"
- "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\\//-}"
- "echo $dir"
#- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake
#- rustup component add clippy
@ -21,7 +21,7 @@ pipeline:
commands:
#- 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/\//-}"
- "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\\//-}"
- "mkdir $dir"
- cp target/release/mxmonzo $dir/
- tar cvf $dir.tar.gz $dir