summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53fc7bd..8337c56 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,12 @@ build-linux:
artifacts:
paths:
- build-linux/
+ cache:
+ key:
+ files:
+ - contrib/CMakeLists.txt
+ paths:
+ - build-linux/_deps
build-windows:
stage: build
@@ -23,6 +29,12 @@ build-windows:
artifacts:
paths:
- build-windows/
+ cache:
+ key:
+ files:
+ - contrib/CMakeLists.txt
+ paths:
+ - build-windows/_deps
test-linux:
stage: test