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 8f0767d commit 416c9ea
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/cyg-auto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: cyg auto

on:
push:
branches: [ develop ]

jobs:
test:
name: "cyg auto"
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v4

- name: Install Cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: cmake gcc-fortran make ninja perl zlib-devel
- name: Test HDF5
run: |
export PATH=/usr/bin:$PATH
./autogen.sh
./configur
make
make check
make install
make uninstall
shell: C:\cygwin\bin\bash.exe -eo pipefail -o igncr '{0}'
File renamed without changes.

0 comments on commit 416c9ea

Please sign in to comment.