Merge pull request #2098 from Exiv2/main_docCiStatus

Remove PR-Status badges from README
This commit is contained in:
Luis Díaz Más 2022-02-14 19:49:20 +01:00 committed by GitHub
commit 759bd634b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 32 additions and 6 deletions

View File

@ -2,7 +2,10 @@
# https://google.github.io/oss-fuzz/getting-started/continuous-integration/
name: CIFuzz
on: [pull_request]
on:
pull_request:
paths-ignore:
- "*.md"
jobs:
Fuzzing:
runs-on: ubuntu-latest

View File

@ -8,9 +8,13 @@ name: "CodeQL"
on:
push:
branches: [0.27-maintenance, main]
paths-ignore:
- "*.md"
pull_request:
# The branches below must be a subset of the branches above
branches: [0.27-maintenance, main]
paths-ignore:
- "*.md"
workflow_dispatch:
jobs:

View File

@ -6,6 +6,8 @@ name: On PRs - Linux-Ubuntu Quick Fuzz
on:
pull_request:
paths-ignore:
- "*.md"
workflow_dispatch:
jobs:

View File

@ -1,6 +1,9 @@
name: On PRs - Linux-Ubuntu Matrix
on: [pull_request]
on:
pull_request:
paths-ignore:
- "*.md"
jobs:
Linux:

View File

@ -3,6 +3,8 @@ name: On PRs - Linux Special Builds
on:
workflow_dispatch:
pull_request:
paths-ignore:
- "*.md"
jobs:
special_debugRelease:

View File

@ -1,6 +1,9 @@
name: On PRs - Mac Matrix
on: [pull_request]
on:
pull_request:
paths-ignore:
- "*.md"
jobs:
MacOS:

View File

@ -2,11 +2,15 @@ name: On PRs - Windows Matrix
on:
pull_request:
paths-ignore:
- "*.md"
push:
branches:
- main
tags:
- '!*'
paths-ignore:
- "*.md"
jobs:
windows:

View File

@ -3,7 +3,11 @@
# PRs, we will test things more intensively :)
# - Only running UnitTests and not regression tests
on: [push]
on:
push:
paths-ignore:
- "*.md"
name: On PUSH - Basic CI for main platforms
jobs:

View File

@ -6,6 +6,8 @@ on:
- main
tags:
- '!*'
paths-ignore:
- "*.md"
jobs:
special_debugRelease:

View File

@ -6,8 +6,7 @@
| **CI Status:** | | |
|:-- |:-- |:-- |
| [![Basic CI for all platforms on push](https://github.com/Exiv2/exiv2/actions/workflows/on_push_BasicWinLinMac.yml/badge.svg?branch=main)](https://github.com/Exiv2/exiv2/actions/workflows/on_push_BasicWinLinMac.yml) | [![CI for different Linux distributions](https://github.com/Exiv2/exiv2/actions/workflows/nightly_Linux_distributions.yml/badge.svg?branch=main)](https://github.com/Exiv2/exiv2/actions/workflows/nightly_Linux_distributions.yml) | [![Linux Special Builds on PRs](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_linux_special_builds.yml/badge.svg)](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_linux_special_builds.yml) |
| [![Linux-Ubuntu Matrix on PRs](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_linux_matrix.yml/badge.svg)](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_linux_matrix.yml) | [![Mac Matrix on PRs](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_mac_matrix.yml/badge.svg)](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_mac_matrix.yml) | [![Win Matrix on PRs](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_windows_matrix.yml/badge.svg)](https://github.com/Exiv2/exiv2/actions/workflows/on_PR_windows_matrix.yml) |
| [![Basic jobs for all platforms](https://github.com/Exiv2/exiv2/actions/workflows/on_push_BasicWinLinMac.yml/badge.svg?branch=main)](https://github.com/Exiv2/exiv2/actions/workflows/on_push_BasicWinLinMac.yml) | [![Nightly jobs for Linux distributions](https://github.com/Exiv2/exiv2/actions/workflows/nightly_Linux_distributions.yml/badge.svg?branch=main)](https://github.com/Exiv2/exiv2/actions/workflows/nightly_Linux_distributions.yml) | [![On PUSH - Linux Special Builds for main branch](https://github.com/Exiv2/exiv2/actions/workflows/on_push_ExtraJobsForMain.yml/badge.svg)](https://github.com/Exiv2/exiv2/actions/workflows/on_push_ExtraJobsForMain.yml) |
<div id="Welcome">