Skip to content

Commit

Permalink
ci: add cygwin badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 9, 2024
1 parent 416c9ea commit 248f4d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cyg.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: cwin
name: cyg

on:
push:
branches: [ develop ]

jobs:
test:
name: "cyg"
runs-on: windows-latest
steps:
- name: Set git to use LF
Expand Down
3 changes: 2 additions & 1 deletion WATCHME.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
| -----| ------ |
| 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

| Test | Status |
| -----| ------ |
| 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
Expand Down

0 comments on commit 248f4d1

Please sign in to comment.