Skip to content

Commit

Permalink
ci(mac14,auto): add comprehensive debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Apr 13, 2024
1 parent 0a445de commit 175e178
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/mac14-auto-d-as-in-mp-mc-se-st-tr-sy.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion WATCHME.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

Expand Down

0 comments on commit 175e178

Please sign in to comment.