Skip to content

Commit

Permalink
Update build_test_ros.yml (#35)
Browse files Browse the repository at this point in the history
* Update build_test_ros.yml

* Update build_test_ros2.yml
  • Loading branch information
fixposition-support authored Jul 25, 2023
1 parent 9552b56 commit 53a1277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ jobs:
- name: Build and Test
run: |
source /opt/ros/$ROS_DISTRO/setup.bash
catkin build --force-cmake -DBUILD_TESTING=ON
catkin build fixposition_driver_lib fixposition_driver_ros1 fixposition_odometry_converter --force-cmake -DBUILD_TESTING=ON
catkin run_tests
1 change: 1 addition & 0 deletions .github/workflows/build_test_ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Ignore ROS1 node
run: |
touch src/fixposition_driver/fixposition_driver_ros1/COLCON_IGNORE
touch src/fixposition_driver/fixposition_odometry_converter/COLCON_IGNORE
- name: Build and Test
run: |
source /opt/ros/$ROS_DISTRO/setup.bash
Expand Down
Empty file.

0 comments on commit 53a1277

Please sign in to comment.