File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 cmake-options :
77 required : false
88 type : string
9+ ctest-options :
10+ required : false
11+ type : string
912 itk-cmake-options :
1013 required : false
1114 type : string
@@ -130,11 +133,11 @@ jobs:
130133 - name : Build and test
131134 if : matrix.os != 'windows-2019'
132135 run : |
133- ctest --output-on-failure -j 2 -V -S dashboard.cmake
136+ ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ inputs.ctest-options }}
134137
135138 - name : Build and test
136139 if : matrix.os == 'windows-2019'
137140 run : |
138141 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
139- ctest --output-on-failure -j 2 -V -S dashboard.cmake
142+ ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ inputs.ctest-options }}
140143 shell : cmd
You can’t perform that action at this time.
0 commit comments