From 248f4d1e8bc6a6b9c8abfcdbd41b7672968fc2d6 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Sat, 9 Mar 2024 10:32:12 -0600 Subject: [PATCH] ci: add cygwin badges --- .github/workflows/cyg.yml | 3 ++- WATCHME.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cyg.yml b/.github/workflows/cyg.yml index bd983b3abe9..4435eb760b2 100644 --- a/.github/workflows/cyg.yml +++ b/.github/workflows/cyg.yml @@ -1,4 +1,4 @@ -name: cwin +name: cyg on: push: @@ -6,6 +6,7 @@ on: jobs: test: + name: "cyg" runs-on: windows-latest steps: - name: Set git to use LF diff --git a/WATCHME.md b/WATCHME.md index 96f62131036..f56683f43e9 100644 --- a/WATCHME.md +++ b/WATCHME.md @@ -6,6 +6,7 @@ | -----| ------ | | ARM | [![armv7 CMake](https://github.com/hyoklee/hdf5/actions/workflows/armv7.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/armv7.yml) [![arm64 CMake](https://github.com/hyoklee/hdf5/actions/workflows/arm64.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/arm64.yml) [![linux CMake gcc_arm64](https://github.com/hyoklee/hdf5/actions/workflows/linux-gcc_arm64.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/linux-gcc_arm64.yml) [![linux CMake gcc_arm64 cpp](https://github.com/hyoklee/hdf5/actions/workflows/linux-gcc_arm64-cpp.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/linux-gcc_arm64-cpp.yml)| | RISC-V | [![riscv64 lin](https://github.com/hyoklee/hdf5/actions/workflows/riscv64-lin.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/riscv64-lin.yml) | +| s390x | [![s390x](https://github.com/hyoklee/hdf5/actions/workflows/s390x.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/s390x.yml) | ## OS @@ -13,7 +14,7 @@ | -----| ------ | | OpenBSD | [![auto](https://github.com/hyoklee/hdf5/actions/workflows/auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/auto.yml) [![d](https://github.com/hyoklee/hdf5/actions/workflows/d.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/d.yml) [![r](https://github.com/hyoklee/hdf5/actions/workflows/r.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/r.yml) | | MSYS2 | [![msys2](https://github.com/hyoklee/hdf5/actions/workflows/msys2.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/msys2.yml) | -| Cygwin | [![auto](https://github.com/hyoklee/hdf5/actions/workflows/cwin_auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/cwin_auto.yml) [![cmake](https://github.com/hyoklee/hdf5/actions/workflows/cwin_cmake.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/cwin_cmake.yml) | +| Cygwin | [![auto](https://github.com/hyoklee/hdf5/actions/workflows/cyg-auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/cyg-auto.yml) [![cmake](https://github.com/hyoklee/hdf5/actions/workflows/cyg.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/cyg.yml) | | iOS | [![mac13 ios](https://github.com/hyoklee/hdf5/actions/workflows/ios.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/ios.yml) | ## Compilers