We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a0a54 commit d5e1376Copy full SHA for d5e1376
.github/workflows/ci.yaml
@@ -19,6 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
env:
22
+ - IMAGE: jammy-ci
23
- IMAGE: noetic-source
24
NAME: ccov
25
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
@@ -38,7 +39,7 @@ jobs:
38
39
CATKIN_LINT: true
40
CLANG_TIDY_ARGS: -quiet -export-fixes ${{ github.workspace }}/.work/clang-tidy-fixes.yaml
41
DOCKER_IMAGE: moveit/moveit:${{ matrix.env.IMAGE }}
- UNDERLAY: /root/ws_moveit/install
42
+ UNDERLAY: ${{ matrix.env.IMAGE != 'jammy-ci' && '/root/ws_moveit/install' || '' }}
43
DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master"
44
CCACHE_DIR: ${{ github.workspace }}/.ccache
45
BASEDIR: ${{ github.workspace }}/.work
0 commit comments