Skip to content

Commit

Permalink
Merge pull request #33 from ijnek/iron-ci-update
Browse files Browse the repository at this point in the history
updating CI for iron
  • Loading branch information
ijnek committed Jun 7, 2023
2 parents 273c5e7 + ed85ab0 commit 9befeaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 43 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/build_and_test_galactic.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This is a basic workflow to help you get started with Actions

name: Build and Test (foxy)
name: Build and Test (iron)

# Controls when the action will run.
on:
# Triggers the workflow on push
push:
branches: [ foxy ]
branches: [ rolling ]

# Triggers the workflow on pull requests
pull_request:
branches: [ foxy ]
branches: [ rolling ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -22,7 +22,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: ubuntu:focal
image: ubuntu:jammy

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -31,4 +31,4 @@ jobs:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: foxy
target-ros2-distro: iron
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# ros_image_to_qimage

[![Build and Test (foxy)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_foxy.yaml/badge.svg?branch=foxy)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_foxy.yaml?query=branch:foxy)
[![Build and Test (galactic)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_galactic.yaml/badge.svg?branch=galactic)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_galactic.yaml?query=branch:galactic)
[![Build and Test (humble)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_humble.yaml/badge.svg?branch=humble)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_humble.yaml?query=branch:humble)
[![Build and Test (rolling)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](https://github.com/ros-sports/ros_image_to_qimage/actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=humble)](../../actions/workflows/build_and_test_humble.yaml?query=branch:humble)
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling)
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)

Converts a ROS2 `sensor_msgs/msg/Image` to QImage.

Expand Down

0 comments on commit 9befeaf

Please sign in to comment.