Skip to content

Commit d5e1376

Browse files
committed
Add Jammy build
1 parent f5a0a54 commit d5e1376

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
env:
22+
- IMAGE: jammy-ci
2223
- IMAGE: noetic-source
2324
NAME: ccov
2425
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
@@ -38,7 +39,7 @@ jobs:
3839
CATKIN_LINT: true
3940
CLANG_TIDY_ARGS: -quiet -export-fixes ${{ github.workspace }}/.work/clang-tidy-fixes.yaml
4041
DOCKER_IMAGE: moveit/moveit:${{ matrix.env.IMAGE }}
41-
UNDERLAY: /root/ws_moveit/install
42+
UNDERLAY: ${{ matrix.env.IMAGE != 'jammy-ci' && '/root/ws_moveit/install' || '' }}
4243
DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master"
4344
CCACHE_DIR: ${{ github.workspace }}/.ccache
4445
BASEDIR: ${{ github.workspace }}/.work

0 commit comments

Comments
 (0)