@@ -111,7 +111,7 @@ jobs:
111111 - name : Run ctest script (Windows)
112112 run : |
113113 cd "${{ runner.workspace }}/hdf5"
114- ctest -S HDF5config.cmake,CTEST_SITE_EXT=${{ github.event.repository.full_name }},LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=VS202264,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
114+ ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH- ${{ github.event.repository.full_name }},LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=VS202264,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
115115 shell : bash
116116 continue-on-error : true
117117
@@ -200,7 +200,7 @@ jobs:
200200 - name : Run ctest (Linux)
201201 run : |
202202 cd "${{ runner.workspace }}/hdf5"
203- ctest -S HDF5config.cmake,CTEST_SITE_EXT=${{ github.event.repository.full_name }}-GCC,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
203+ ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH- ${{ github.event.repository.full_name }}-GCC,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
204204 shell : bash
205205 continue-on-error : true
206206
@@ -302,7 +302,7 @@ jobs:
302302 id : run-ctest
303303 run : |
304304 cd "${{ runner.workspace }}/hdf5"
305- ctest -S HDF5config.cmake,CTEST_SITE_EXT=${{ github.event.repository.full_name }}-Clang,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
305+ ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH- ${{ github.event.repository.full_name }}-Clang,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
306306 shell : bash
307307 continue-on-error : true
308308
@@ -387,7 +387,7 @@ jobs:
387387 - name : Run ctest (Linux S3)
388388 run : |
389389 cd "${{ runner.workspace }}/hdf5"
390- ctest -S HDF5config.cmake,CTEST_SITE_EXT=${{ github.event.repository.full_name }}-S3,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
390+ ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH- ${{ github.event.repository.full_name }}-S3,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
391391 shell : bash
392392 continue-on-error : true
393393
@@ -493,7 +493,7 @@ jobs:
493493 CXX : ${{ steps.setup-fortran.outputs.cc }}
494494 run : |
495495 cd "${{ runner.workspace }}/hdf5"
496- ctest -S HDF5config.cmake,CTEST_SITE_EXT=${{ github.event.repository.full_name }}-Intel,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=VS202264,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
496+ ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH- ${{ github.event.repository.full_name }}-Intel,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=VS202264,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
497497 shell : pwsh
498498 continue-on-error : true
499499
@@ -588,7 +588,7 @@ jobs:
588588 CXX : ${{ steps.setup-fortran.outputs.cxx }}
589589 run : |
590590 cd "${{ runner.workspace }}/hdf5"
591- ctest -S HDF5config.cmake,CTEST_SITE_EXT=${{ github.event.repository.full_name }}-Intel,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
591+ ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH- ${{ github.event.repository.full_name }}-Intel,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
592592 shell : bash
593593 continue-on-error : true
594594
@@ -682,7 +682,7 @@ jobs:
682682 - name : Run ctest (Linux_clang)
683683 run : |
684684 cd "${{ runner.workspace }}/hdf5"
685- ctest -S HDF5config.cmake,CTEST_SITE_EXT=${{ github.event.repository.full_name }}-Clang,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
685+ ctest -S HDF5config.cmake,CTEST_SITE_EXT=GH- ${{ github.event.repository.full_name }}-Clang,LOCAL_SUBMIT=ON,NINJA=TRUE,BUILD_GENERATOR=Unix,CTEST_SOURCE_NAME=${{ steps.set-file-base.outputs.SOURCE_BASE }} -C Release -VV -O hdf5.log
686686 shell : bash
687687 continue-on-error : true
688688
0 commit comments