Skip to content

Commit 87d768f

Browse files
author
David Conner
committed
update CMake version; add jazzy, kilted, and rolling test
1 parent 27fb318 commit 87d768f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/flexbe_ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22
name: FlexBE CI
3-
# Controls when the action will run.
3+
# Controls when the action will run.
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
@@ -12,20 +12,20 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
ros: [humble] #, iron, rolling]
15+
ros: [jazzy, kilted, rolling]
1616
include:
17-
- os: ubuntu-22.04
18-
ros: humble
17+
- os: ubuntu-24.04
18+
ros: jazzy
19+
python: python3
20+
ci_branch: ros2-devel
21+
- os: ubuntu-24.04
22+
ros: kilted
23+
ci_branch: ros2-devel
24+
python: python3
25+
- os: ubuntu-24.04
26+
ros: rolling
1927
python: python3
2028
ci_branch: ros2-devel
21-
# - os: ubuntu-22.04
22-
# ros: iron
23-
# ci_branch: ros2-devel
24-
# python: python3
25-
# - os: ubuntu-22.04
26-
# ros: rolling
27-
# python: python3
28-
# ci_branch: ros2-devel
2929

3030
runs-on: ${{ matrix.os }}
3131
env:

flexbe_navigation_states/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22
project(flexbe_navigation_states)
33

44
find_package(ament_cmake REQUIRED)

flexbe_utility_states/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22
project(flexbe_utility_states)
33

44
find_package(ament_cmake REQUIRED)

generic_flexbe_states/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22
project(generic_flexbe_states)
33

44
find_package(ament_cmake REQUIRED)

0 commit comments

Comments
 (0)