Skip to content
Snippets Groups Projects
Commit 2c6dae4f authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add caching

parent 2ca4f62b
No related branches found
No related tags found
No related merge requests found
Pipeline #76261 passed
......@@ -16,6 +16,11 @@
CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
NOT_TEST_BUILD: "true"
DOCKER_COMMIT: "${ARTIFACT_DOCKER_URL}/flexbotics-industrial-ci:${CI_COMMIT_SHORT_SHA}"
CCACHE_DIR: ${CI_PROJECT_DIR}/ccache
cache:
key: "${CI_JOB_NAME}"
paths:
- ccache
industrial_ci_test_noetic:
stage: .post
......@@ -34,6 +39,13 @@ industrial_ci_test_noetic:
CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context
ROS_DISTRO: noetic
UPSTREAM_WORKSPACE: .rosinstall
CCACHE_DIR: ${CI_PROJECT_DIR}/ccache
cache:
key: "${CI_JOB_NAME}"
paths:
- ccache
tags:
- docker
.ddeploy:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment