Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:16:21 +00:00
parent 7faf399d44
commit 242a6e17a6
1 changed files with 5 additions and 1 deletions

View File

@ -6,10 +6,14 @@ image: "rust:latest"
#- apt-get update -yqq
#- apt-get install -yqq mingw-w64
variables:
CARGO_HOME: $CI_PROJECT_DIR/cargo
cache:
key: all
paths:
- .cargo/
- cargo/
- target/