share cargo home
Some checks are pending
continuous-integration/drone/push Build encountered an error
Some checks are pending
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ed763c5874
commit
84f3574aa1
@ -4,10 +4,14 @@ name: default
|
||||
steps:
|
||||
- name: build
|
||||
image: rust:1.33.0
|
||||
environment:
|
||||
CARGO_HOME: /drone/.cargo
|
||||
commands:
|
||||
- cargo build --jobs 1
|
||||
- name: build_relase
|
||||
image: rust:1.33.0
|
||||
environment:
|
||||
CARGO_HOME: /drone/.cargo
|
||||
commands:
|
||||
- mkdir bin
|
||||
- export CARGO_INSTALL_ROOT=$PWD
|
||||
|
Loading…
x
Reference in New Issue
Block a user