Generate zip with the binary.
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
0b5de8564e
commit
e7504e3e79
13
.drone.yml
13
.drone.yml
|
@ -3,11 +3,16 @@ type: docker
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: rust:buster
|
||||
commands:
|
||||
- cargo test
|
||||
- name: build
|
||||
image: rust:buster
|
||||
commands:
|
||||
- cargo build --release
|
||||
- name: test
|
||||
image: rust:buster
|
||||
commands:
|
||||
- cargo test
|
||||
- name: archive
|
||||
image: plugins/zip
|
||||
settings:
|
||||
source: target/release/voctool
|
||||
target: voctool.zip
|
Loading…
Reference in New Issue