Skip to content

Commit

Permalink
ci: fix typo in off
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 14, 2024
1 parent 5347a84 commit 808b493
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
-DHDF5_PACK_EXAMPLES:BOOL=OFF \
-DHDF5_PACK_MACOSX_FRAMEWORK:BOOL=OFF \
-DHDF5_USE_FILE_LOCKING:BOOL=OFF \
-DDF5_USE_GNU_DIRS:BOOL=OFF \
-DHDF5_USE_GNU_DIRS:BOOL=OFF \
-DHDF5_USE_PREGEN:BOOL=OFF \
-DSZIP_USE_EXTERNAL:BOOL=OFF \
-DTEST_SHELL_SCRIPTS:BOOL=OFF \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mac-13 CMake OFF
name: mac13 off

on:
workflow_dispatch:
Expand All @@ -7,11 +7,11 @@ on:

jobs:
build:
name: macos-13 CMake OFF
name: mac13 off
runs-on: macos-13
steps:
- name: Install Dependencies (macOS)
run: brew install ninja openmpi
run: brew install ninja
- name: Get Sources
uses: actions/checkout@v4.1.1
- name: Configure
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
-DHDF5_PACK_EXAMPLES:BOOL=OFF \
-DHDF5_PACK_MACOSX_FRAMEWORK:BOOL=OFF \
-DHDF5_USE_FILE_LOCKING:BOOL=OFF \
-DDF5_USE_GNU_DIRS:BOOL=OFF \
-DHDF5_USE_GNU_DIRS:BOOL=OFF \
-DHDF5_USE_PREGEN:BOOL=OFF \
-DSZIP_USE_EXTERNAL:BOOL=OFF \
-DTEST_SHELL_SCRIPTS:BOOL=OFF \
Expand Down
2 changes: 1 addition & 1 deletion WATCHME.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

| Test | Status |
| -----| ------ |
| Off | [![mac-13 CMake OFFs](https://github.com/hyoklee/hdf5/actions/workflows/mac-cmake-offs.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac-cmake-offs.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) |
| Extra | [![linux atutools parallel threadsafe vfds](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto-ts.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto-ts.yml) [![linux autotools parallel vfds](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto.yml) [![mac autotools parallel](https://github.com/hyoklee/hdf5/actions/workflows/mac-auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac-auto.yml) |
| Julia | [![lin jl](https://github.com/hyoklee/hdf5/actions/workflows/lin-jl.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/lin-jl.yml) [![lin auto jl](https://github.com/hyoklee/hdf5/actions/workflows/lin-auto-jl.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/lin-auto-jl.yml) |
| Interop. | [![HDF-EOS5](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/hdfeos5.yml?branch=develop&label=HDF-EOS5)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop) [![netCDF](https://github.com/hyoklee/hdf5/actions/workflows/netcdf.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/netcdf.yml) |
Expand Down

0 comments on commit 808b493

Please sign in to comment.