Browse Source

Try to improve CI build times by caching

merge-requests/79/head
Jonas Fowl 5 years ago
parent
commit
c5dca69dcb
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -1,5 +1,10 @@
image: "rust:latest" image: "rust:latest"
cache:
paths:
- target
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive

Loading…
Cancel
Save