gitlab cache

it is necessary to test
This commit is contained in:
Denis S. Soldatov aka General-Beck 2018-02-16 22:45:29 +03:00 committed by GitHub
parent f905a1676f
commit 6c58fdb3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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