Support for generating multiple systems #28
Workflow file for this run
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
name: main | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
jobs: | |
build-and-test: | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [ubuntu-24.04] | |
fail-fast: false | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: rolling | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: rossdl_cmake rossdl_simple_test system_a system_b application_1 application_2 application_3 | |
target-ros2-distro: rolling | |
colcon-defaults: | | |
{ | |
"test": { | |
"parallel-workers" : 1 | |
} | |
} |