Update .gitlab-ci.yml
This commit is contained in:
parent
5a4d92463d
commit
7fcdb1c28f
|
@ -6,6 +6,12 @@ image: "rust:latest"
|
|||
#- apt-get update -yqq
|
||||
#- apt-get install -yqq mingw-w64
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- target/
|
||||
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
|
|
Loading…
Reference in New Issue