trail filter: fixed unintialized variable bug and handle gen3 cams #85
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
# | |
# continuous integration workflow | |
# | |
name: build repo | |
on: | |
push: | |
branches: [ master] | |
pull_request: | |
branches: [ master] | |
workflow_dispatch: | |
branches: [ master] | |
jobs: | |
build_ros1: | |
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros1_ci.yml@master | |
with: | |
repo: ${{ github.event.repository.name }} | |
vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/master/${{ github.event.repository.name }}.repos | |
build_ros2: | |
uses: ros-misc-utilities/ros_build_scripts/.github/workflows/ros2_recent_ci.yml@master | |
with: | |
repo: ${{ github.event.repository.name }} | |
vcs_url: https://raw.githubusercontent.com/${{ github.repository }}/master/${{ github.event.repository.name }}.repos |