Skip to content

add build status for jazzy and deprecate foxy #28

add build status for jazzy and deprecate foxy

add build status for jazzy and deprecate foxy #28

Workflow file for this run

name: iron build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
iron_build:
runs-on: ubuntu-22.04
steps:
- name: cancle preivious run
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
# downgrade cmake necessary because of https://github.com/vrpn/vrpn/pull/276
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.22.x'
- name: setup ROS2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: iron
- name: ROS2 build and test
uses: ros-tooling/[email protected]
with:
package-name: vrpn_mocap
target-ros2-distro: iron