aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-04 10:24:50 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-04 10:24:50 -0400
commit92dfdd0a0f9990ab0f4c91a486b1c68bb7531e43 (patch)
tree273d275cbee3e04cb055bef9283a962fc6968b3b /.gitlab-ci.yml
parentbb29c48d6675e03471cd16c29c1de932a0cd3c04 (diff)
downloadteleterm-92dfdd0a0f9990ab0f4c91a486b1c68bb7531e43.tar.gz
teleterm-92dfdd0a0f9990ab0f4c91a486b1c68bb7531e43.zip
also cache compilation results, not just downloads
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1de48b..9b2189e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ variables:
cache:
paths:
- cache/
+ - target/
rust-latest:
stage: build