From 464f37fa4daa28f7df2ae077c3042b74b81fc655 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Sat, 6 Apr 2024 21:45:03 -0500 Subject: [PATCH] ci(win): debug --- .github/workflows/sol-auto.yml | 2 +- .github/workflows/win-d.yml | 21 +++++++++++++++++++++ README.md | 3 ++- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/win-d.yml diff --git a/.github/workflows/sol-auto.yml b/.github/workflows/sol-auto.yml index e954132..ab66f72 100644 --- a/.github/workflows/sol-auto.yml +++ b/.github/workflows/sol-auto.yml @@ -2,7 +2,7 @@ name: sol auto gcc on: push: - branches: main + branches: main- defaults: run: diff --git a/.github/workflows/win-d.yml b/.github/workflows/win-d.yml new file mode 100644 index 0000000..1453faa --- /dev/null +++ b/.github/workflows/win-d.yml @@ -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 diff --git a/README.md b/README.md index 7b485bf..ffaec70 100644 --- a/README.md +++ b/README.md @@ -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) | @@ -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)|