ROS2-SLAM-Fundamental/.github/workflows/build_test.yaml
Carlos Andrés Álvarez Restrepo 5582e7dd81
Fix bug when resuming/stopping the exploration (#23)
* Fix bug when resuming/stopping the exploration and add toy test

* Add to actions explore_lite test
2022-07-04 19:07:52 -05:00

33 lines
1.0 KiB
YAML

name: ROS2 build/tests
on:
pull_request:
jobs:
build_and_tests:
runs-on: ubuntu-latest
steps:
- uses: ros-tooling/setup-ros@v0.3
with:
required-ros-distributions: galactic
- name: Checkout repository
uses: actions/checkout@v3
- uses: ros-tooling/action-ros-ci@v0.2
with:
package-name: multirobot_map_merge
target-ros2-distro: galactic
skip-tests: true
- name: Run gtests manually multirobot_map_merge
run: |
source /opt/ros/galactic/setup.sh && source ros_ws/install/setup.sh
cd ros_ws/build/multirobot_map_merge
./test_merging_pipeline
- uses: ros-tooling/action-ros-ci@v0.2
with:
package-name: explore_lite
target-ros2-distro: galactic
skip-tests: true
- name: Run gtests manually explore_lite
run: |
source /opt/ros/galactic/setup.sh && source ros_ws/install/setup.sh
cd ros_ws/build/explore_lite
./test_explore