File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Test
2+ on :
3+ pull_request :
4+ push :
5+ branches :
6+ - humble
7+
8+ jobs :
9+ build_and_test :
10+ runs-on : ubuntu-latest
11+ env :
12+ ROS_DISTRO : ${{ matrix.ros_distro }}
13+ container :
14+ image : rostooling/setup-ros-docker:ubuntu-jammy-latest
15+ strategy :
16+ fail-fast : false
17+ matrix :
18+ ros_distro : [humble]
19+ steps :
20+ - name : Build and run tests
21+ id : action-ros-ci
22+ uses : ros-tooling/action-ros-ci@v0.3
23+ with :
24+ target-ros2-distro : ${{ matrix.ros_distro }}
25+ - uses : actions/upload-artifact@v1
26+ with :
27+ name : colcon-logs
28+ path : ros_ws/log
Original file line number Diff line number Diff line change 1111
1212 <buildtool_depend >ament_cmake</buildtool_depend >
1313
14+ <depend >libboost-dev</depend >
1415 <depend >rclcpp</depend >
1516 <depend >rclcpp_action</depend >
1617 <depend >behaviortree_cpp</depend >
You can’t perform that action at this time.
0 commit comments