Skip to content

Commit

Permalink
update CI badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 1, 2024
1 parent 26cbfa6 commit 28ac41b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
# Modern C++ framework for Symbolic Regression

[![License](https://img.shields.io/github/license/heal-research/operon?style=flat)](https://github.com/heal-research/operon/blob/master/LICENSE)
[![build-linux](https://github.com/heal-research/operon/actions/workflows/build-linux.yml/badge.svg?branch=main)](https://github.com/heal-research/operon/actions/workflows/build-linux.yml)
[![build-windows](https://github.com/heal-research/operon/actions/workflows/build-windows.yml/badge.svg?branch=main)](https://github.com/heal-research/operon/actions/workflows/build-windows.yml)
[![build-linux](https://github.com/heal-research/operon/actions/workflows/build-linux.yml/badge.svg)](https://github.com/heal-research/operon/actions/workflows/build-linux.yml)
[![build-macos](https://github.com/heal-research/operon/actions/workflows/build-macos.yml/badge.svg)](https://github.com/heal-research/operon/actions/workflows/build-macos.yml)
[![build-windows](https://github.com/heal-research/operon/actions/workflows/build-windows.yml/badge.svg)](https://github.com/heal-research/operon/actions/workflows/build-windows.yml)
[![Documentation Status](https://readthedocs.org/projects/operongp/badge/?version=latest)](https://operongp.readthedocs.io/en/latest/?badge=latest)
[![Matrix Channel](https://badges.gitter.im/operongp/gitter.png)](https://gitter.im/operongp/community)

Expand Down

0 comments on commit 28ac41b

Please sign in to comment.