forked from open-rmf/rmf_simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
22 lines (21 loc) · 837 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: build
on:
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
build_and_test:
name: rmf_simulation
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
packages: |
rmf_building_sim_common
rmf_building_sim_gz_classic_plugins
rmf_building_sim_gz_plugins
rmf_robot_sim_common
rmf_robot_sim_gz_classic_plugins
rmf_robot_sim_gz_plugins
# Foxy and Galactic are deprecated for this package because of the dependency to old gazebo packages
dist-matrix: '[{"ros_distribution": "humble", "ubuntu_distribution": "jammy"}, {"ros_distribution": "rolling", "ubuntu_distribution": "jammy"}]'