Beta: Gitlab Cargo Cache (#7944)

* gitlab cache (#7921)

it is necessary to test

* fix snap build master (#7896)

add rhash

* Remove duplicate snap target
This commit is contained in:
Rando 2018-02-19 15:36:12 +01:00 committed by GitHub
parent 9d697c5d0a
commit 3bfb2fa1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,12 @@ variables:
CARGOFLAGS: ""
CI_SERVER_NAME: "GitLab CI"
LIBSSL: "libssl1.0.0 (>=1.0.0)"
CARGO_HOME: $CI_PROJECT_DIR/cargo
cache:
key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME"
paths:
- target
- target/
- cargo/
untracked: true
linux-stable:
stage: build