File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11# This is a basic workflow to help you get started with Actions
22name : FlexBE CI
3- # Controls when the action will run.
3+ # Controls when the action will run.
44on :
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 :
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22project (flexbe_navigation_states)
33
44find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22project (flexbe_utility_states)
33
44find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.10 )
22project (generic_flexbe_states)
33
44find_package (ament_cmake REQUIRED)
You can’t perform that action at this time.
0 commit comments