support compressed transport, update docs (#13) #6
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: Build and test | |
on: | |
# Run this action whenever a pull request is made | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
# Note that we pass each job a different name to distinguish each linter job | |
image_transport_tutorials_build_rolling: | |
name: image_transport_tutorials_build_rolling | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: rolling | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: image_transport_tutorials | |
target-ros2-distro: rolling | |
image_transport_tutorials_build_iron: | |
name: image_transport_tutorials_build_iron | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: iron | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: image_transport_tutorials | |
target-ros2-distro: iron |