Merge pull request #79 from Kamaro-Engineering/ros2-ign-updates #30
This file contains hidden or 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
| # Humble Hawksbill (May 2022 - May 2027) | |
| name: ros-humble-ign | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| branches: | |
| - ros2-ign | |
| push: | |
| branches: | |
| - ros2-ign | |
| jobs: | |
| build: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: ros-tooling/[email protected] | |
| with: | |
| required-ros-distributions: humble | |
| - uses: ros-tooling/[email protected] | |
| with: | |
| package-name: virtual_maize_field | |
| target-ros2-distro: humble |