Update .gitlab-ci.yml
This commit is contained in:
parent
7faf399d44
commit
242a6e17a6
|
@ -6,10 +6,14 @@ image: "rust:latest"
|
||||||
#- apt-get update -yqq
|
#- apt-get update -yqq
|
||||||
#- apt-get install -yqq mingw-w64
|
#- apt-get install -yqq mingw-w64
|
||||||
|
|
||||||
|
|
||||||
|
variables:
|
||||||
|
CARGO_HOME: $CI_PROJECT_DIR/cargo
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
key: all
|
key: all
|
||||||
paths:
|
paths:
|
||||||
- .cargo/
|
- cargo/
|
||||||
- target/
|
- target/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue