File tree 4 files changed +0
-18
lines changed
4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -207,10 +207,6 @@ jobs:
207
207
timeout-minutes : 60
208
208
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
209
209
run : cd $HOME/build && xvfb-run -a bin/opencv_test_line_descriptor --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
210
- - name : Accuracy:mcc
211
- timeout-minutes : 60
212
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
213
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_mcc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
214
210
- name : Accuracy:ml
215
211
timeout-minutes : 60
216
212
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -199,10 +199,6 @@ jobs:
199
199
timeout-minutes : 60
200
200
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
201
201
run : cd ${{ github.workspace }}\build && bin\opencv_test_line_descriptor.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
202
- - name : Accuracy:mcc
203
- timeout-minutes : 60
204
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
205
- run : cd ${{ github.workspace }}\build && bin\opencv_test_mcc.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
206
202
- name : Accuracy:ml
207
203
timeout-minutes : 60
208
204
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -215,11 +215,6 @@ jobs:
215
215
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
216
216
run : ./bin/opencv_test_line_descriptor --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
217
217
working-directory : ${{ github.workspace }}/build
218
- - name : Accuracy:mcc
219
- timeout-minutes : 60
220
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
221
- run : ./bin/opencv_test_mcc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
222
- working-directory : ${{ github.workspace }}/build
223
218
- name : Accuracy:ml
224
219
timeout-minutes : 60
225
220
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -222,11 +222,6 @@ jobs:
222
222
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
223
223
run : ./bin/opencv_test_line_descriptor --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
224
224
working-directory : ${{ github.workspace }}/build
225
- - name : Accuracy:mcc
226
- timeout-minutes : 60
227
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
228
- run : ./bin/opencv_test_mcc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
229
- working-directory : ${{ github.workspace }}/build
230
225
- name : Accuracy:ml
231
226
timeout-minutes : 60
232
227
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments