Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-03-28 18:02:01 +00:00
parent 5a4d92463d
commit 7fcdb1c28f
1 changed files with 6 additions and 0 deletions

View File

@ -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