From 175e1782fe63b4569ce349a4e42bb212cac077cf Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Fri, 12 Apr 2024 22:37:11 -0500 Subject: [PATCH] ci(mac14,auto): add comprehensive debug test --- .../mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml | 22 +++++++++++++++++++ WATCHME.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml diff --git a/.github/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml b/.github/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml new file mode 100644 index 00000000000..64c523bbd5b --- /dev/null +++ b/.github/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml @@ -0,0 +1,22 @@ +name: mac14 auto d as in mp mc se st tr sy + +on: [push, pull_request] + +jobs: + build: + name: mac14 auto o4 + runs-on: macos-14 + steps: + - name: brew + run: brew install autoconf automake libtool + + - name: get + uses: actions/checkout@v4.1.1 + + - name: test + run: | + ./autogen.sh + ./configure CFLAGS="-g -Wall" --enable-build-mode=debug --enable-symbols=yes --enable-asserts --enable-trace --enable-using-memchecker --enable-instrument --enable-map-api --enable-static-exec --enable_static=yes + make + make check + shell: bash diff --git a/WATCHME.md b/WATCHME.md index cf776c0fcdd..20e3b16c366 100644 --- a/WATCHME.md +++ b/WATCHME.md @@ -83,7 +83,7 @@ | Test | Status | | ------| ------ | -| Debug | [![d](https://github.com/hyoklee/hdf5/actions/workflows/d.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/d.yml) | +| Debug | [![d](https://github.com/hyoklee/hdf5/actions/workflows/d.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/d.yml) [![mac14 auto d as in mp mc se st tr sy ](https://github.com/hyoklee/hdf5/actions/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml)| | Off | [![mac13 off](https://github.com/hyoklee/hdf5/actions/workflows/mac13-off.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac13-off.yml) | | Shared | [![nbsd f -sh](https://github.com/hyoklee/hdf5/actions/workflows/nbsd-f-sh.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/nbsd-f-sh.yml) |