cache whole project between jobs

This commit is contained in:
lukas 2020-05-08 17:23:19 +02:00
parent 2b863c6050
commit 25f32dc4f4

View File

@ -12,7 +12,7 @@ cmake:
- cmake -S . -B build
cache:
paths:
- build/
- ./
build:
stage: build
@ -21,7 +21,7 @@ build:
- make
cache:
paths:
- build/
- ./
artifacts:
paths:
- "build/bin/*"
@ -34,7 +34,7 @@ build_package:
- make package
cache:
paths:
- build/
- ./
artifacts:
paths:
- "build/packages/*"