Skip to content

Commit

Permalink
ci: test 2nd
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 24, 2024
1 parent 88d1864 commit 4441228
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fbsd-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: fbsd d

on:
push:
branches: main
branches: main-

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir build
cd build
cmake \
-DSITE:STRING=fbsd-14.0 \
-DSITE:STRING=fbsd14 \
-DBUILDNAME:STRING="5/r" \
-DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" \
-DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin d
on:
push:
branches:
- main
- main-
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-icx-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin icx d
on:
push:
branches:
- main
- main-
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-icx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin icx
on:
push:
branches:
- main
- main-
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin
on:
push:
branches:
- main
- main-
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
cd hdf5-1.14.5-2
mkdir build
cd build
cmake -DSITE:STRING="ubu-20.04" -DBUILDNAME:STRING="5/r" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" ..
cmake -DSITE:STRING="ubu20" -DBUILDNAME:STRING="5/r" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" ..
ctest -D Experimental -C Release
20 changes: 0 additions & 20 deletions .github/workflows/mac11-d.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/mac11.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/mac12-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
cd hdf5-1.14.5-2
mkdir build
cd build
cmake -DSITE:STRING="mac-12" -DBUILDNAME:STRING="4/4" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" ..
cmake -DSITE:STRING="mac12" -DBUILDNAME:STRING="5/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" ..
ctest -D Experimental -C Debug
2 changes: 1 addition & 1 deletion .github/workflows/mac13-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mac-13 d

on:
push:
branches: main
branches: main-

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac14-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mac-14 d

on:
push:
branches: main
branches: main-

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mac-14

on:
push:
branches: main
branches: main-

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nbsd-9.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
mkdir build
cd build
cmake \
-DSITE:STRING="nbsd-${{ matrix.os.version }}.${{ matrix.os.architecture }}" \
-DSITE:STRING="nbsd9" \
-DBUILDNAME:STRING="5/r" \
-DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" \
-DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cd build
cmake \
-DSITE:STRING="nbsd-${{ matrix.os.version }}.${{ matrix.os.architecture }}" \
-DBUILDNAME:STRING="4/r" \
-DBUILDNAME:STRING="5/r" \
-DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" \
-DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" \
..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/obsd-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: obsd d

on:
push:
branches: main
branches: main-

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- name: get
run: |
curl -s -O -L https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/snapshot-1.14.5.zip
unzip -q snapshot-1.14.5.zip
unzip -q snapshot-1.14.5.zip
- name: test
run: |
cd hdf5-1.14.5-2
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" ..
cmake -DSITE:STRING=win -DBUILDNAME:STRING="5/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" ..
ctest -D Experimental -C Debug
2 changes: 1 addition & 1 deletion .github/workflows/win-icx-f-p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
cd hdf5-1.14.5-2
mkdir build
cd build
cmake -G Ninja -DCMAKE_C_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icx.exe" -DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icpx.exe" -DBUILD_SHARED_LIBS:BOOL=OFF -DHDF5_BUILD_FORTRAN:BOOL=ON -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SUBFILING_VFD:BOOL=OFF -DMPIEXEC_EXECUTABLE:FILEPATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\bin\mpiexec.exe" -DMPI_C_HEADER_DIR:PATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\include" -DCTEST_DROP_SITE_INIT=my.cdash.org -DSITE=win -DBUILDNAME="ninja/icx/f/p" ..
cmake -G Ninja -DCMAKE_C_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icx.exe" -DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icpx.exe" -DBUILD_SHARED_LIBS:BOOL=OFF -DHDF5_BUILD_FORTRAN:BOOL=ON -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SUBFILING_VFD:BOOL=OFF -DMPIEXEC_EXECUTABLE:FILEPATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\bin\mpiexec.exe" -DMPI_C_HEADER_DIR:PATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\include" -DCTEST_DROP_SITE_INIT=my.cdash.org -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" -DSITE=win -DBUILDNAME="ninja/icx/f/p" ..
ctest -D Experimental
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: win
on:
push:
branches:
- main
- main-
jobs:
build:
runs-on: windows-latest
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/win19-d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: win19 d
on:
push:
branches:
- main-
- main

jobs:
build:
Expand All @@ -13,12 +13,12 @@ jobs:
run: choco install ninja
- 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
curl -s -O -L https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/snapshot-1.14.5.zip
unzip -q snapshot-1.14.5.zip
- name: test
run: |
cd hdf5-snapshot-1.14
cd hdf5-1.14.5-2
mkdir build
cd build
cmake -DSITE:STRING=win19 -DBUILDNAME:STRING="4/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" ..
cmake -DSITE:STRING=win19 -DBUILDNAME:STRING="5/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" ..
ctest -D Experimental -C Debug
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Actions speak louder than codes.
| macOS 14 |[![mac14](https://github.com/hyoklee/actions/actions/workflows/mac14.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14.yml)|
| macOS 13 |[![mac13](https://github.com/hyoklee/actions/actions/workflows/mac13.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13.yml)|
| macOS 12 |[![mac12](https://github.com/hyoklee/actions/actions/workflows/mac12.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12.yml)|
| macOS 11 |[![mac11](https://github.com/hyoklee/actions/actions/workflows/mac11.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac11.yml)|
| visionOS |[![mac14 vos](https://github.com/hyoklee/actions/actions/workflows/mac14-vos.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14-vos.yml) |

### Solaris
Expand Down Expand Up @@ -73,7 +72,6 @@ Actions speak louder than codes.
| -----| ------ |
| AppleClang-15.0.0 |[![mac13](https://github.com/hyoklee/actions/actions/workflows/mac13.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13.yml) [![mac-14](https://github.com/hyoklee/actions/actions/workflows/mac14.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14.yml)|
| AppleClang-14.0.0 |[![mac12](https://github.com/hyoklee/actions/actions/workflows/mac12.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12.yml)|
| AppleClang-12.0.5 |[![mac11](https://github.com/hyoklee/actions/actions/workflows/mac11.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac11.yml)|
| clang-16.0.6 | [![fbsd](https://github.com/hyoklee/actions/actions/workflows/fbsd.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/fbsd.yml) [![obsd](https://github.com/hyoklee/actions/actions/workflows/obsd.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/obsd.yml) |
| icx 2024.1 |[![lin icx](https://github.com/hyoklee/actions/actions/workflows/lin-icx.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-icx.yml) |
| gcc-11.4.0 |[![lin](https://github.com/hyoklee/actions/actions/workflows/lin.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin.yml)|
Expand Down Expand Up @@ -104,7 +102,7 @@ Actions speak louder than codes.
| Ubuntu 22.04 | Autotools | gcc | [![lin auto d](https://github.com/hyoklee/actions/actions/workflows/lin-auto-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-auto-d.yml) |
| Ubuntu 22.04 | CMake | icx | [![lin icx d](https://github.com/hyoklee/actions/actions/workflows/lin-icx-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-icx-d.yml) |
| Ubuntu 22.04 | Autotools | icx | [![lin auto icx d](https://github.com/hyoklee/actions/actions/workflows/lin-auto-icx-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-auto-icx-d.yml) |
| Mac | CMake | AppleClang | [![mac14 d](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml) [![mac13 d](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml) [![mac12 d](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml) [![mac11 d](https://github.com/hyoklee/actions/actions/workflows/mac11-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac11-d.yml) |
| Mac | CMake | AppleClang | [![mac14 d](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml) [![mac13 d](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml) [![mac12 d](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml) |
| Windows | CMake | MSVC | [![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)|

## Parallel
Expand Down

0 comments on commit 4441228

Please sign in to comment.