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

Add caching

parent bb607712
No related branches found
No related tags found
1 merge request!78Draft: Split build and test
......@@ -22,6 +22,11 @@ variables:
CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context -Wno-dev
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
......@@ -40,6 +45,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