experiment
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
This commit is contained in:
parent
9dfca7ec16
commit
dab4666b3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue