Skip to content
Snippets Groups Projects

Draft: Split build and test

Open Jon Azpiazu requested to merge split-build-and-test into master
3 unresolved threads
1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading