From: Timo Heister Date: Fri, 10 Feb 2023 22:26:43 +0000 (-0500) Subject: update CI badges in README X-Git-Tag: v9.5.0-rc1~561^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14787%2Fhead;p=dealii.git update CI badges in README --- diff --git a/README.md b/README.md index 9719a2e0ad..42624fb0cf 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ Continuous Integration Status: | System | Status | More information | | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- | | Indent | ![indent](https://github.com/dealii/dealii/workflows/indent/badge.svg) | using GitHub actions | -| Linux | [![Build Status](https://jenkins.tjhei.info/job/dealii/job/master/badge/icon)](https://jenkins.tjhei.info/job/dealii/job/master/) | See https://jenkins.tjhei.info | +| Linux serial | [![Build Status](https://ci.tjhei.info/job/dealii-serial/job/master/badge/icon)](https://ci.tjhei.info/job/dealii-serial/job/master/) | See https://ci.tjhei.info | +| Linux MPI | [![Build Status](https://ci.tjhei.info/job/dealii-mpi/job/master/badge/icon)](https://ci.tjhei.info/job/dealii-mpi/job/master/) | See https://ci.tjhei.info | | MacOS | [![Build Status](https://jenkins.tjhei.info/job/dealii-OSX/job/master/badge/icon)](https://jenkins.tjhei.info/job/dealii-OSX/job/master/) | See https://jenkins.tjhei.info | | Linux | [![Build Status](https://github.com/dealii/dealii/workflows/github-linux/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-linux) | See https://github.com/dealii/dealii/actions | | MacOS | [![Build Status](https://github.com/dealii/dealii/workflows/github-OSX/badge.svg)](https://github.com/dealii/dealii/actions?query=workflow%3Agithub-OSX) | See https://github.com/dealii/dealii/actions |