forked from open-rmf/rmf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs / minimal CI update for Humble (open-rmf#215)
Signed-off-by: Luca Della Vedova <[email protected]>
- Loading branch information
1 parent
e60bb61
commit ee7edc3
Showing
4 changed files
with
79 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,23 @@ on: | |
jobs: | ||
build_and_test: | ||
name: Nightly build and test | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: deps | ||
uses: ros-tooling/setup-ros@v0.2 | ||
uses: ros-tooling/setup-ros@v0.4 | ||
with: | ||
required-ros-distributions: galactic | ||
required-ros-distributions: humble | ||
- name: setup clang | ||
run: | | ||
sudo apt update && sudo apt install -y clang lldb lld | ||
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 100 | ||
- uses: actions/checkout@v2 | ||
- name: build_and_test | ||
uses: ros-tooling/[email protected] | ||
env: | ||
QT_QPA_PLATFORM: offscreen | ||
with: | ||
target-ros2-distro: galactic | ||
target-ros2-distro: humble | ||
# build all packages listed in the meta package | ||
package-name: | | ||
rmf_utils | ||
|
@@ -37,18 +41,18 @@ jobs: | |
rmf_visualization_rviz2_plugins | ||
rmf_visualization_schedule | ||
rmf_building_sim_common | ||
rmf_building_sim_gazebo_plugins | ||
rmf_building_sim_ignition_plugins | ||
rmf_building_sim_gz_plugins | ||
rmf_building_sim_gz_classic_plugins | ||
rmf_robot_sim_common | ||
rmf_robot_sim_gazebo_plugins | ||
rmf_robot_sim_ignition_plugins | ||
rmf_robot_sim_gz_plugins | ||
rmf_robot_sim_gz_classic_plugins | ||
rmf_building_map_tools | ||
rmf_traffic_editor | ||
rmf_traffic_editor_assets | ||
rmf_traffic_editor_test_maps | ||
rmf_demos | ||
rmf_demos_gz | ||
rmf_demos_ign | ||
rmf_demos_gz_classic | ||
rmf_demos_assets | ||
rmf_demos_dashboard_resources | ||
rmf_demos_maps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters