Skip to content

Commit

Permalink
ci(win): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 7, 2024
1 parent e2f898e commit 464f37f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sol-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sol auto gcc

on:
push:
branches: main
branches: main-

defaults:
run:
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/win-d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: win d

on:
push:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: get
run: |
curl -s -O -L https://github.com/HDFGroup/hdf5/archive/refs/tags/snapshot-1.14.zip
unzip -q snapshot-1.14.zip
- name: test
run: |
cd hdf5-snapshot-1.14
mkdir build
cd build
cmake -DSITE:STRING=win -DBUILDNAME:STRING="4/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" ..
ctest -D Experimental -C Debug
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Actions speak louder than codes.
| Server 2019 |[![win19](https://github.com/hyoklee/actions/actions/workflows/win19.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/win19.yml) |

### WSL

| Test | Status |
| --------| ------ |
| Debian |[![wsl deb](https://github.com/hyoklee/actions/actions/workflows/wsl-deb.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/wsl-deb.yml) |
Expand All @@ -66,5 +67,5 @@ Actions speak louder than codes.

| Test | Status |
| ------| ------ |
| Debug | [![d](https://github.com/hyoklee/hdf5/actions/workflows/d.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/d.yml) [![win19 d](https://github.com/hyoklee/actions/actions/workflows/win19-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/win19-d.yml)|
| Debug | [![d](https://github.com/hyoklee/hdf5/actions/workflows/d.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/d.yml) [![win d](https://github.com/hyoklee/actions/actions/workflows/win-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/win-d.yml) [![win19 d](https://github.com/hyoklee/actions/actions/workflows/win19-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/win19-d.yml)|

0 comments on commit 464f37f

Please sign in to comment.