Skip to content

Commit

Permalink
Merge pull request #2306 from elBoberido/iox-2305-fix-badge-and-add-i…
Browse files Browse the repository at this point in the history
…ceoryx2-reference-to-readme

iox-#2305 Fix CI badge links and add iceoryx2 reference to the readme
  • Loading branch information
elBoberido committed Jun 21, 2024
2 parents 7b0dabe + 4e25537 commit d0b16dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build & Test](https://github.com/eclipse-iceoryx/iceoryx/workflows/Build%20&%20Test/badge.svg)](https://github.com/eclipse-iceoryx/iceoryx/actions)
[![Cirrus CI](https://img.shields.io/cirrus/github/eclipse-iceoryx/iceoryx/main?label=Cirrus%20CI)](https://cirrus-ci.com/github/eclipse-iceoryx/iceoryx)
[![Build & Test](https://github.com/eclipse-iceoryx/iceoryx/workflows/Build%20&%20Test/badge.svg)](https://github.com/eclipse-iceoryx/iceoryx/actions/workflows/build-test.yml?query=branch%3Amain++)
[![Cirrus CI](https://img.shields.io/cirrus/github/eclipse-iceoryx/iceoryx/main?label=Cirrus%20CI)](https://cirrus-ci.com/github/eclipse-iceoryx/iceoryx/main)
[![Gitter](https://badges.gitter.im/eclipse-iceoryx/iceoryx.svg)](https://gitter.im/eclipse/iceoryx)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Codecov](https://codecov.io/gh/eclipse-iceoryx/iceoryx/branch/main/graph/badge.svg?branch=main)](https://codecov.io/gh/eclipse-iceoryx/iceoryx?branch=main)
Expand All @@ -10,6 +10,9 @@

# iceoryx - true zero-copy inter-process-communication

This is the original implementation written in C++. For the Rust-based next-gen implementation, please have a
look at [iceoryx2](https://github.com/eclipse-iceoryx/iceoryx2).

1. [Introduction](#introduction)
1. [Supported Platforms](#supported-platforms)
2. [Where is Eclipse iceoryx used](#where-is-eclipse-iceoryx-used)
Expand Down

0 comments on commit d0b16dd

Please sign in to comment.