aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-04 10:12:57 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-04 10:12:57 -0400
commitbb29c48d6675e03471cd16c29c1de932a0cd3c04 (patch)
tree0d636f1e2922e365da88318ba536ca60c665a71d /.gitlab-ci.yml
parent63643d21560a3d1f666ba155a599b1e593c27c9b (diff)
downloadteleterm-bb29c48d6675e03471cd16c29c1de932a0cd3c04.tar.gz
teleterm-bb29c48d6675e03471cd16c29c1de932a0cd3c04.zip
cache dependencies in ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7c8eb8..b1de48b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,11 @@ stages:
variables:
RUSTFLAGS: "-D warnings"
+ CARGO_HOME: cache
+
+cache:
+ paths:
+ - cache/
rust-latest:
stage: build