Merge pull request #148 from kas-lab/suave_extended #239
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: | |
push: | |
branches: | |
- main | |
jobs: | |
build_docker: | |
name: Build suave pkg | |
runs-on: ubuntu-latest | |
container: | |
image: rostooling/setup-ros-docker:ubuntu-jammy-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Build pkg | |
uses: ros-tooling/[email protected] | |
with: | |
package-name: suave | |
target-ros2-distro: humble | |
vcs-repo-file-url: https://raw.githubusercontent.com/kas-lab/suave/main/suave.rosinstall |