Skip to content

Commit

Permalink
ci: change site name
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 6, 2024
1 parent f9d0eef commit e06eedc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mac14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
name: Generate Xcode project
name: Test snapshot
runs-on: macos-14
steps:
- uses: actions/checkout@v4.1.1
Expand Down Expand Up @@ -39,7 +39,10 @@ jobs:
cd hdfsrc
mkdir build
cd build
cmake -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF ..
cmake \
-D SITE:STRING=mac14 \
-D CTEST_DROP_SITE_INIT:STRING="my.cdash.org" \
..
ctest -T Build --output-on-error -j
ctest -T Test --output-on-error -j
ctest -T Submit

0 comments on commit e06eedc

Please sign in to comment.