Skip to content
Snippets Groups Projects
Commit 61e3b5ca authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: try to fix ccache

parent 51cf7669
No related branches found
No related tags found
No related merge requests found
......@@ -39,10 +39,6 @@ native-build:
- ccache -s
- ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-llvm-shark
- ccache -s
cache:
key: "ubuntu-18.04-llvm-shark"
paths:
- ccache/
build-wip:
extends: .build-common
......@@ -53,7 +49,9 @@ build-wip:
- develop
- /^release-[0-9]+\.[0-9]+$/
cache:
policy: pull
key: "ubuntu-18.04-llvm-shark"
paths:
- ccache/
build-mr:
extends: .build-common
......@@ -62,6 +60,9 @@ build-mr:
only:
- merge_requests
cache:
key: "ubuntu-18.04-llvm-shark"
paths:
- ccache/
policy: pull
build-develop:
......@@ -71,7 +72,9 @@ build-develop:
only:
- develop
cache:
policy: pull-push
key: "ubuntu-18.04-llvm-shark"
paths:
- ccache/
build-release:
extends: .build-common
......@@ -80,4 +83,7 @@ build-release:
only:
- /^release-[0-9]+\.[0-9]+$/
cache:
key: "ubuntu-18.04-llvm-shark"
paths:
- ccache/
policy: pull
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment