gitlab cache (#7921)

it is necessary to test
This commit is contained in:
Denis S. Soldatov aka General-Beck 2018-02-18 02:02:44 +03:00 committed by Rando
parent 364a1fa5a8
commit e79ade59c9
1 changed files with 3 additions and 1 deletions

View File

@ -8,10 +8,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