Experiment
This commit is contained in:
parent
2a4aa5c40c
commit
9dfca7ec16
|
@ -6,7 +6,8 @@ pipeline:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
image: rust:1.56.1-slim
|
image: rust:1.56.1-slim
|
||||||
commands:
|
commands:
|
||||||
- echo nop
|
- "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
|
#- 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
|
||||||
# TODO clippy one day
|
# TODO clippy one day
|
||||||
|
@ -20,7 +21,7 @@ pipeline:
|
||||||
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
|
#- cargo build --release
|
||||||
- "dir=$DRONE_REPO_NAME-$DRONE_TAG-$${DRONE_ARCH/'/'/-}"
|
- "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/\//-}"
|
||||||
- "mkdir $dir"
|
- "mkdir $dir"
|
||||||
- cp target/release/mxmonzo $dir/
|
- cp target/release/mxmonzo $dir/
|
||||||
- tar cvf $dir.tar.gz $dir
|
- tar cvf $dir.tar.gz $dir
|
||||||
|
|
Loading…
Reference in New Issue